remove plugin highlights from init.lua

This commit is contained in:
siduck76 2021-04-11 08:44:56 +05:30
parent 3aadee1106
commit b375c43dc3
5 changed files with 24 additions and 22 deletions

View file

@ -84,3 +84,9 @@ g.nvim_tree_bindings = {
["-"] = get_lua_cb("dir_up"),
["q"] = get_lua_cb("close")
}
local cmd = vim.cmd
cmd "hi NvimTreeFolderIcon guifg = #61afef"
cmd "hi NvimTreeFolderName guifg = #61afef"
cmd "hi NvimTreeIndentMarker guifg=#383c44"