summary refs log tree commit diff
path: root/home/.config/nvim
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
commitdb8e328cd294bfc69a615420b04b1bf0062a100a (patch)
tree55e2916f6e709a274e1b93889c04d038dce99921 /home/.config/nvim
parentHighlight Interp as yellow (diff)
downloadsrc-db8e328cd294bfc69a615420b04b1bf0062a100a.tar.gz
src-db8e328cd294bfc69a615420b04b1bf0062a100a.zip
Color format specifiers light cyan in vim
Diffstat (limited to '')
-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
 
src/commit/TOUR.7?id=08b0e29770f9a7cad9c8ca228e2eb895bbfcc316&follow=1'>Remove TOURJune McEnroe 2022-07-03Add The Bone Shard EmperorJune McEnroe 2022-06-25Bump xterm font size 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