summaryrefslogtreecommitdiffstats
path: root/tv/2configs/vim.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-06-10 13:54:50 +0200
committertv <tv@krebsco.de>2016-06-10 16:04:55 +0200
commit86a732e61aa6471f28774f4f42af9cb179e33a78 (patch)
tree20cbae170089aba28fb8b620bc57e130f070b4fb /tv/2configs/vim.nix
parentd32b7f9708c517eed050967d4009b94691755031 (diff)
tv vim: match TODO everywhere
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r--tv/2configs/vim.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index 480d93e3..7da78b4e 100644
--- a/tv/2configs/vim.nix
+++ b/tv/2configs/vim.nix
@@ -158,8 +158,9 @@ let
colorscheme hack
syntax on
- au Syntax * syn match TabStop containedin=ALL /\t\+/
- \ | syn match Garbage containedin=ALL /\s\+$/
+ au Syntax * syn match Garbage containedin=ALL /\s\+$/
+ \ | syn match TabStop containedin=ALL /\t\+/
+ \ | syn keyword Todo containedin=ALL TODO
au BufRead,BufNewFile *.hs so ${hs.vim}