kickstart.nvim/lua/custom/plugins/navbuddy.lua

15 lines
285 B
Lua
Raw Normal View History

2024-10-23 10:35:48 +02:00
return {
'neovim/nvim-lspconfig',
dependencies = {
{
'SmiteshP/nvim-navbuddy',
dependencies = {
'SmiteshP/nvim-navic',
'MunifTanjim/nui.nvim',
},
opts = { lsp = { auto_attach = true } },
},
},
-- your lsp config or other stuff
}