summary refs log tree commit diff
path: root/curtis/.config/nvim/colors
diff options
context:
space:
mode:
authorJune McEnroe <curtis@hopper.com>2017-06-27 16:08:21 -0400
committerJune McEnroe <curtis@hopper.com>2017-06-27 16:08:21 -0400
commit6683973091a9c172e0fa518df4c558efb42900c0 (patch)
treef359e45a729e8dcb16cad536cadefe3b5d825252 /curtis/.config/nvim/colors
parentFix Scala syntax highlight links (diff)
downloadsrc-6683973091a9c172e0fa518df4c558efb42900c0.tar.gz
src-6683973091a9c172e0fa518df4c558efb42900c0.zip
Clean up top of trivial colorscheme file
Diffstat (limited to 'curtis/.config/nvim/colors')
-rw-r--r--curtis/.config/nvim/colors/trivial.vim7
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
 
/ui-shared.h?h=1.4.0&id=996f86e664ab6d00a9304a42374e9c691b78ca6b&follow=1'>Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer 2013-04-08Update git to v1.8.2.1John Keeping 2013-04-07ui-blob: don't segfault when no path is givenJohn Keeping 2013-03-20Convert pager navigation into a unordered listLukas Fleischer 2013-03-20Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld 2013-03-20ui-summary.c: Move urls variable into print_urls()Lukas Fleischer 2013-03-20Fix colspan valuesLukas Fleischer 2013-03-20html: check return value of writeJason A. Donenfeld 2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld 2013-03-20cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping 2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping