diff options
author | HampusM <hampus@hampusmat.com> | 2024-01-16 19:10:14 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-01-16 19:10:14 +0100 |
commit | 038387b18ef65c6973afe6a20715231156ba9020 (patch) | |
tree | 8a2dd4c35814b574fce73a2c05384dc4d3ad606c /lua | |
parent | 1a635f1f34727f2096a0292c6e473046999e5f26 (diff) |
increase NERDTree window size to 40 from default 31
Diffstat (limited to 'lua')
-rw-r--r-- | lua/config.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/config.lua b/lua/config.lua index 8d41cbc..68eeda3 100644 --- a/lua/config.lua +++ b/lua/config.lua @@ -59,6 +59,8 @@ vim.g.rustfmt_autosave = 1 vim.g.nerdtree_tabs_open_on_console_startup = 1 +vim.g.NERDTreeWinSize = 40 + vim.g.indent_blankline_char = '¦' -- Custom globals |