diff --git a/lua/custom/plugins/navbuddy.lua b/lua/custom/plugins/navbuddy.lua new file mode 100644 index 00000000..ceaf879a --- /dev/null +++ b/lua/custom/plugins/navbuddy.lua @@ -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 +}