organized highlights config , added new features like dashboard!

This commit is contained in:
siduck76
2021-06-14 07:57:56 +05:30
parent 30f9f00c9e
commit 5fc205068f
11 changed files with 265 additions and 238 deletions

View File

@@ -3,7 +3,7 @@ local g = vim.g
vim.o.termguicolors = true
g.nvim_tree_side = "left"
g.nvim_tree_width = 26
g.nvim_tree_width = 25
g.nvim_tree_ignore = {".git", "node_modules", ".cache"}
g.nvim_tree_auto_open = 0
g.nvim_tree_auto_close = 0
@@ -39,7 +39,7 @@ g.nvim_tree_icons = {
open = "",
symlink = "",
empty = "",
empty_open = "",
empty_open = "",
symlink_open = ""
}
}