Add gen.nvim using codestral

This commit is contained in:
Alexandre Ignjatovic 2024-06-20 10:35:19 +02:00
parent a3ae0b715c
commit 17cceefe03
1 changed files with 2 additions and 0 deletions

View File

@ -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({ ... })