From 45d351191e3f76811ea861d1d2d01074835e3771 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 9 Jun 2016 14:15:46 +0200 Subject: tv vim: {TrailingSpace,Tabstop} -> {Garbage,TabStop} --- tv/2configs/vim.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tv') 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} -- cgit v1.2.3