Alexander Kabolov c6fbc7d9c6 adding navbuddy
2024-10-23 10:35:48 +02:00

15 lines
285 B
Lua

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
}