diff options
author | tv <tv@krebsco.de> | 2016-06-10 16:28:27 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-10 16:28:27 +0200 |
commit | bfec25ab59f141899543f85082d718777b9d8823 (patch) | |
tree | cab2dab79dbaef72fe4e7cad42f76c73e314b45f /tv/2configs | |
parent | 21b133c027c2d50df5ac966f7ba89972d231f996 (diff) |
tv vim: hi NixQuote
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/vim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 891823c..0d87d97 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -54,6 +54,7 @@ let hi NixCode ctermfg=040 hi NixData ctermfg=046 + hi NixQuote ctermfg=071 hi diffNewFile ctermfg=207 hi diffFile ctermfg=207 |