diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-09 14:18:40 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-09 14:18:45 +0200 |
commit | 6b3b1c9e39d573ab32b22e615a5509b721529ddf (patch) | |
tree | 6043c75db6adef41e20500a16e7c6858a0401ad5 /lua/config.lua | |
parent | 17351b228abd9f953c2789f98b1403ea496b30a4 (diff) |
remove nerdtree
Diffstat (limited to 'lua/config.lua')
-rw-r--r-- | lua/config.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/config.lua b/lua/config.lua index 373bbad..2053173 100644 --- a/lua/config.lua +++ b/lua/config.lua @@ -56,10 +56,6 @@ vim.g["vim_markdown_folding_disabled"] = 1 vim.g.rustfmt_autosave = 1 -vim.g.nerdtree_tabs_open_on_console_startup = 1 - -vim.g.NERDTreeWinSize = 40 - -- Custom globals vim.g.terminal_height = 12 vim.g.term_buf = 0 |