add: update custom nvim tree, remove root folder

This commit is contained in:
asep komarudin 2024-03-19 04:55:20 +07:00
parent e5a9b6e638
commit fc175ae9ad
5 changed files with 177 additions and 163 deletions

View file

@ -372,6 +372,7 @@ return {
NvimTreeNormal = { fg = "$fg", bg = "$bg0" },
NvimTreeIndentMarker = { fg = "#3E4450" },
IblIndent = { fg = "#3E4450" },
NvimTreeFolderIcon = { bg = "NONE", fg = "$blue" },
["@markup.link.url"] = { fg = "$cyan", fmt = "italic" },
["@text.uri"] = { fg = "$cyan", fmt = "none" },
["@tag.delimiter"] = { fg = "$gray" },