changed theme, added C-6 mapping, need to figure out how to load deno or node depending on project

This commit is contained in:
iris committed 2023-02-24 05:58:24 -05:00
1 parent aa809c71e6
commit 8456e321a9
5 files changed
+38 -29

No files matched your search

+6 -6
View File
@@ -10,10 +10,10 @@ hl("ExtraWhitespace", { ctermbg = "red", bg = "#ff8888" })
vim.cmd [[match ExtraWhitespace /\s\+$/]]
-- make background transparent
gbhl("Normal", "none")
gbhl("EndOfBuffer", "none")
gbhl("SignColumn", "none")
gbhl("NeoTreeNormal", "none")
gbhl("NeoTreeNormalNC", "none")
gbhl("NeoTreeEndOfBuffer", "none")
-- gbhl("Normal", "none")
-- gbhl("EndOfBuffer", "none")
-- gbhl("SignColumn", "none")
-- gbhl("NeoTreeNormal", "none")
-- gbhl("NeoTreeNormalNC", "none")
-- gbhl("NeoTreeEndOfBuffer", "none")