adding navbuddy

pull/1407/head
Alexander Kabolov 8 months ago
parent a6f230824d
commit c6fbc7d9c6

@ -0,0 +1,14 @@
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
}
Loading…
Cancel
Save