adding navbuddy
This commit is contained in:
parent
a6f230824d
commit
c6fbc7d9c6
1 changed files with 14 additions and 0 deletions
14
lua/custom/plugins/navbuddy.lua
Normal file
14
lua/custom/plugins/navbuddy.lua
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue