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
commit1ecb763dfab0211997ad8773b53eada147b49492 (patch)
tree71d45eb6d757e0b55f4be5ccd4ddbc7f02ed5785 /home/.config/nvim
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')
-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
 
mmit/bin/qf.c?id=1da6e2b522a624c1056f4f6cd61f977fded83a37&follow=1'>Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe