summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tv/2configs/vim.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index 0eb67fc5..b20149b1 100644
--- a/tv/2configs/vim.nix
+++ b/tv/2configs/vim.nix
@@ -40,8 +40,8 @@ let
hi Normal ctermbg=235
hi Comment ctermfg=240
- hi Tabstop ctermbg=16
- hi TrailingSpace ctermbg=88
+ hi Garbage ctermbg=088
+ hi TabStop ctermbg=016
'';
})))
((rtp: rtp // { inherit rtp; }) (pkgs.writeTextFile (let
@@ -116,8 +116,8 @@ let
colorscheme hack
syntax on
- au Syntax * syn match Tabstop containedin=ALL /\t\+/
- \ | syn match TrailingSpace containedin=ALL /\s\+$/
+ au Syntax * syn match TabStop containedin=ALL /\t\+/
+ \ | syn match Garbage containedin=ALL /\s\+$/
au BufRead,BufNewFile *.hs so ${hs.vim}