Add gen.nvim using codestral

pull/1703/head
Alexandre Ignjatovic 1 year ago
parent a3ae0b715c
commit 17cceefe03

@ -246,6 +246,8 @@ require('lazy').setup({
-- Use `opts = {}` to force a plugin to be loaded.
--
{ 'David-Kunz/gen.nvim', opts = { model = 'codestral' } },
-- Here is a more advanced example where we pass configuration
-- options to `gitsigns.nvim`. This is equivalent to the following Lua:
-- require('gitsigns').setup({ ... })

Loading…
Cancel
Save