summary refs log tree commit diff
path: root/home/.config/nvim/colors/trivial.vim
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-15 18:13:04 -0500
committerJune McEnroe <june@causal.agency>2019-02-15 18:13:04 -0500
commit1ecb763dfab0211997ad8773b53eada147b49492 (patch)
tree71d45eb6d757e0b55f4be5ccd4ddbc7f02ed5785 /home/.config/nvim/colors/trivial.vim
parentHighlight Interp as yellow (diff)
downloadsrc-1ecb763dfab0211997ad8773b53eada147b49492.tar.gz
src-1ecb763dfab0211997ad8773b53eada147b49492.zip
Color format specifiers light cyan in vim
Diffstat (limited to 'home/.config/nvim/colors/trivial.vim')
-rw-r--r--home/.config/nvim/colors/trivial.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.config/nvim/colors/trivial.vim b/home/.config/nvim/colors/trivial.vim
index eaf4d2be..c70b2959 100644
--- a/home/.config/nvim/colors/trivial.vim
+++ b/home/.config/nvim/colors/trivial.vim
@@ -51,6 +51,8 @@ hi! link Todo SpecialComment
 
 " Language-specifics.
 
+hi cFormat ctermfg=14
+
 hi diffAdded ctermfg=10
 hi diffRemoved ctermfg=9
 
ze to 12June McEnroe 2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe 2022-06-10Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe