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
@@ -22,6 +22,9 @@ m.nmap("[d", vim.diagnostic.goto_prev)
|
||||
m.nmap("]d", vim.diagnostic.goto_next)
|
||||
m.nmap("<leader>q", vim.diagnostic.setloclist)
|
||||
|
||||
-- easier <C-6>
|
||||
m.nmap("<leader>n", "<C-6>")
|
||||
|
||||
-- colemak-dh
|
||||
local l = u.layout
|
||||
l.swap("n", "h")
|
||||
|
||||
@@ -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