home: vim: show directories in blue
Some checks failed
ci/woodpecker/push/check Pipeline failed

Blue is much more readable when the night filter kicks in.
This commit is contained in:
Bruno BELANYI 2024-07-25 20:17:50 +01:00
parent 58760280be
commit 6b7510cfd9

View file

@ -100,6 +100,8 @@ gruvbox.setup({
DiffChange = { fg = colors.aqua, bg = "NONE" },
DiffDelete = { fg = colors.red, bg = "NONE" },
DiffText = { fg = colors.yellow, bg = colors.bg0 },
-- Directories "pop" better in blue
Directory = { link = "GruvboxBlueBold" },
}
})
EOF