style: formatting

This commit is contained in:
Folke Lemaitre
2022-09-26 16:32:00 +02:00
parent 81f0db1bd0
commit ca736b19e5

View File

@@ -316,7 +316,10 @@ function M.setup()
-- NvimTree
NvimTreeNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar },
NvimTreeWinSeparator = { fg = options.styles.sidebars == "transparent" and c.border or c.bg_sidebar, bg = c.bg_sidebar },
NvimTreeWinSeparator = {
fg = options.styles.sidebars == "transparent" and c.border or c.bg_sidebar,
bg = c.bg_sidebar,
},
NvimTreeNormalNC = { fg = c.fg_sidebar, bg = c.bg_sidebar },
NvimTreeRootFolder = { fg = c.blue, bold = true },
NvimTreeGitDirty = { fg = c.git.change },