diff options
author | June McEnroe <curtis@hopper.com> | 2017-06-27 16:08:21 -0400 |
---|---|---|
committer | June McEnroe <curtis@hopper.com> | 2017-06-27 16:08:21 -0400 |
commit | 6683973091a9c172e0fa518df4c558efb42900c0 (patch) | |
tree | f359e45a729e8dcb16cad536cadefe3b5d825252 /curtis/.config/nvim | |
parent | Fix Scala syntax highlight links (diff) | |
download | src-6683973091a9c172e0fa518df4c558efb42900c0.tar.gz src-6683973091a9c172e0fa518df4c558efb42900c0.zip |
Clean up top of trivial colorscheme file
Diffstat (limited to 'curtis/.config/nvim')
-rw-r--r-- | curtis/.config/nvim/colors/trivial.vim | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/curtis/.config/nvim/colors/trivial.vim b/curtis/.config/nvim/colors/trivial.vim index c839b80e..203699f4 100644 --- a/curtis/.config/nvim/colors/trivial.vim +++ b/curtis/.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 |