|
|
@ -504,6 +504,17 @@ require('lazy').setup({
|
|
|
|
end, { desc = 'Open harpoon window in telescope' })
|
|
|
|
end, { desc = 'Open harpoon window in telescope' })
|
|
|
|
end,
|
|
|
|
end,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
'okuuva/auto-save.nvim',
|
|
|
|
|
|
|
|
cmd = 'ASToggle', -- optional for lazy loading on command
|
|
|
|
|
|
|
|
event = { 'InsertLeave', 'TextChanged' }, -- optional for lazy loading on trigger events
|
|
|
|
|
|
|
|
opts = {
|
|
|
|
|
|
|
|
-- your config goes here
|
|
|
|
|
|
|
|
-- or just leave it empty :)
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
-- LSP Plugins
|
|
|
|
-- LSP Plugins
|
|
|
|
{
|
|
|
|
{
|
|
|
|
-- `lazyev` configures Lua LSP for your Neovim config, runtime and plugins
|
|
|
|
-- `lazyev` configures Lua LSP for your Neovim config, runtime and plugins
|
|
|
|