|
|
|
@ -258,6 +258,16 @@ require('lazy').setup({
|
|
|
|
|
|
|
|
|
|
{ 'David-Kunz/gen.nvim', opts = { model = 'codestral' } },
|
|
|
|
|
|
|
|
|
|
-- File Explorer
|
|
|
|
|
{
|
|
|
|
|
'stevearc/oil.nvim',
|
|
|
|
|
---@module 'oil'
|
|
|
|
|
---@type oil.SetupOpts
|
|
|
|
|
opts = {},
|
|
|
|
|
-- Optional dependencies
|
|
|
|
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
-- Here is a more advanced example where we pass configuration
|
|
|
|
|
-- options to `gitsigns.nvim`. This is equivalent to the following Lua:
|
|
|
|
|
-- require('gitsigns').setup({ ... })
|
|
|
|
|