summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-04-15 20:47:26 -0400
committerJune McEnroe <june@causal.agency>2019-04-15 20:47:26 -0400
commit96d26f06baaee94d254e5a6304326802d54f5f25 (patch)
treed5bc8b5b599538b7d9841de8fb21848882e05fca /home
parentAdd The Demolished Man (diff)
downloadsrc-96d26f06baaee94d254e5a6304326802d54f5f25.tar.gz
src-96d26f06baaee94d254e5a6304326802d54f5f25.zip
Color python imports as Statement
Diffstat (limited to 'home')
-rw-r--r--home/.config/nvim/colors/trivial.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/.config/nvim/colors/trivial.vim b/home/.config/nvim/colors/trivial.vim
index c70b2959..3ebe8d97 100644
--- a/home/.config/nvim/colors/trivial.vim
+++ b/home/.config/nvim/colors/trivial.vim
@@ -49,8 +49,6 @@ hi Error ctermbg=NONE ctermfg=9
 hi SpellBad ctermbg=NONE ctermfg=1
 hi! link Todo SpecialComment
 
-" Language-specifics.
-
 hi cFormat ctermfg=14
 
 hi diffAdded ctermfg=10
@@ -58,6 +56,8 @@ hi diffRemoved ctermfg=9
 
 hi manUnderline cterm=italic
 
+hi link pythonInclude Statement
+
 hi link rubyDefine Structure
 hi link rubyStringDelimiter String
 hi link rubySymbol String
t/ui.c?h=1.2&id=55866686a80d33e19434a453f583bf716b1d4ac0&follow=1'>Call def_prog_mode after termNoFlowJune McEnroe 2019-02-22Move IRC formatting reset to C-sJune McEnroe 2019-02-22Disable terminal flow controlJune McEnroe 2019-02-22Bind up and down arrows to scrollJune McEnroe 2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe