mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-10 19:41:15 +02:00
nvim: swapped navbuddy for aerial
This commit is contained in:
11
.config/nvim/lua/plugins/aerial.lua
Normal file
11
.config/nvim/lua/plugins/aerial.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
-- ctags like menu
|
||||
{
|
||||
'stevearc/aerial.nvim',
|
||||
opts = {},
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"nvim-tree/nvim-web-devicons"
|
||||
},
|
||||
}
|
||||
}
|
@@ -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