changed theme, added C-6 mapping, need to figure out how to load deno or node depending on project
This commit is contained in:
1 parent
aa809c71e6
commit
8456e321a9
5 files changed
+38
-29
No files matched your search
@@ -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")
|
||||
|
||||
Reference in new issue
Block a user