mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-18 18:07:45 +01:00
18 lines
311 B
Lua
18 lines
311 B
Lua
return {
|
|
-- ctags like menu
|
|
{
|
|
'stevearc/aerial.nvim',
|
|
opts = {
|
|
layout = {
|
|
max_width = { 50, 0.2 },
|
|
min_width = 25,
|
|
resize_to_content = false,
|
|
},
|
|
},
|
|
dependencies = {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
"nvim-tree/nvim-web-devicons"
|
|
},
|
|
}
|
|
}
|