|
|
@ -246,6 +246,8 @@ require('lazy').setup({
|
|
|
|
-- Use `opts = {}` to force a plugin to be loaded.
|
|
|
|
-- 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
|
|
|
|
-- Here is a more advanced example where we pass configuration
|
|
|
|
-- options to `gitsigns.nvim`. This is equivalent to the following Lua:
|
|
|
|
-- options to `gitsigns.nvim`. This is equivalent to the following Lua:
|
|
|
|
-- require('gitsigns').setup({ ... })
|
|
|
|
-- require('gitsigns').setup({ ... })
|
|
|
|