mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-26 04:57:45 +01:00
nvim: set aerial size
This commit is contained in:
parent
b76d2ec09e
commit
dca524be17
@ -2,7 +2,13 @@ return {
|
||||
-- ctags like menu
|
||||
{
|
||||
'stevearc/aerial.nvim',
|
||||
opts = {},
|
||||
opts = {
|
||||
layout = {
|
||||
max_width = { 50, 0.2 },
|
||||
min_width = 25,
|
||||
resize_to_content = false,
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"nvim-tree/nvim-web-devicons"
|
||||
|
Loading…
x
Reference in New Issue
Block a user