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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user