1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-11-29 17:19:44 +01:00

nvim: swapped navbuddy for aerial

This commit is contained in:
2023-12-12 02:45:39 +01:00
parent 23b2e6cd6f
commit e1bda0c7eb
3 changed files with 13 additions and 17 deletions

View File

@@ -14,21 +14,6 @@ return {
}
end
},
-- navigation menu
{
'SmiteshP/nvim-navbuddy',
config = function()
local navbuddy = require("nvim-navbuddy")
Attach_func = function(client, bufnr)
navbuddy.attach(client, bufnr)
end
end,
dependencies = {
'neovim/nvim-lspconfig',
'SmiteshP/nvim-navic',
'MunifTanjim/nui.nvim'
}
},
},
config = function()
require("mason-lspconfig").setup({