diff options
author | June McEnroe <june@causal.agency> | 2017-06-27 16:08:21 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-06-27 16:08:21 -0400 |
commit | 9ae259b1e5419c5923c0948117fc7cf273881f8a (patch) | |
tree | c868e98e9e942bd834902f877e29a2389ed39869 | |
parent | Fix Scala syntax highlight links (diff) | |
download | src-9ae259b1e5419c5923c0948117fc7cf273881f8a.tar.gz src-9ae259b1e5419c5923c0948117fc7cf273881f8a.zip |
Clean up top of trivial colorscheme file
-rw-r--r-- | home/.config/nvim/colors/trivial.vim | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/home/.config/nvim/colors/trivial.vim b/home/.config/nvim/colors/trivial.vim index c839b80e..203699f4 100644 --- a/home/.config/nvim/colors/trivial.vim +++ b/home/.config/nvim/colors/trivial.vim @@ -1,10 +1,7 @@ -let &t_Co = 16 hi clear -if exists('syntax_on') - syntax reset -endif - +syntax reset let colors_name = 'trivial' +let &t_Co = 16 hi Normal ctermbg=NONE ctermfg=NONE |