typescript icon
This commit is contained in:
parent
83ff373f99
commit
68bfc76d0a
2 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@ vim.cmd [[packadd nvim-tree.lua]]
|
|||
vim.o.termguicolors = true
|
||||
|
||||
vim.g.nvim_tree_side = "left"
|
||||
vim.g.nvim_tree_width = 24
|
||||
vim.g.nvim_tree_width = 25
|
||||
vim.g.nvim_tree_ignore = {".git", "node_modules", ".cache"}
|
||||
vim.g.nvim_tree_auto_open = 0
|
||||
vim.g.nvim_tree_auto_close = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue