1
0
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:
tiyn 2023-12-12 03:41:10 +01:00
parent b76d2ec09e
commit dca524be17

View File

@ -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"