summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-06-09 14:15:46 +0200
committertv <tv@krebsco.de>2016-06-10 16:04:55 +0200
commit45d351191e3f76811ea861d1d2d01074835e3771 (patch)
tree93afb51ac42dd97613d8623704d4269730e3785c /tv
parent0b6103498b4555df63e29a31905627e66e25f610 (diff)
tv vim: {TrailingSpace,Tabstop} -> {Garbage,TabStop}
Diffstat (limited to 'tv')
-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 0eb67fc52..b20149b13 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}