diff --git a/.config/nvim/lua/plugins/aerial.lua b/.config/nvim/lua/plugins/aerial.lua index da3649c..354e8c0 100644 --- a/.config/nvim/lua/plugins/aerial.lua +++ b/.config/nvim/lua/plugins/aerial.lua @@ -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"