summary refs log tree commit diff
path: root/home/.config/nvim
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-06 12:25:38 -0400
committerJune McEnroe <june@causal.agency>2018-08-06 12:25:38 -0400
commit62b8496f6bd5773cc59eac1412f17f23a81e2773 (patch)
tree42da17f7c70274678f013ad28e45f8886dd45c39 /home/.config/nvim
parentUpdate htoprc from new htop version (diff)
downloadsrc-62b8496f6bd5773cc59eac1412f17f23a81e2773.tar.gz
src-62b8496f6bd5773cc59eac1412f17f23a81e2773.zip
Disable underline in man pages
Diffstat (limited to 'home/.config/nvim')
-rw-r--r--home/.config/nvim/colors/trivial.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/home/.config/nvim/colors/trivial.vim b/home/.config/nvim/colors/trivial.vim
index 9a3ea436..fbe60433 100644
--- a/home/.config/nvim/colors/trivial.vim
+++ b/home/.config/nvim/colors/trivial.vim
@@ -49,8 +49,10 @@ hi! link Todo SpecialComment
 hi diffAdded ctermfg=10
 hi diffRemoved ctermfg=9
 
-hi link rustModPath Identifier
+hi manUnderline cterm=NONE
 
 hi link rubyDefine Structure
 hi link rubyStringDelimiter String
 hi link rubySymbol String
+
+hi link rustModPath Identifier
an title='2017-09-01 13:55:48 -0400'>2017-09-01Revert "Add client readOnly mode"June McEnroe 2017-09-01Remove clientRemove call from clientCastJune McEnroe 2017-09-01Add client readOnly modeJune McEnroe 2017-08-31Clean up merge toolJune McEnroe 2017-08-31Choose B for tiles with equal modify timesJune McEnroe 2017-08-31Add quick data file merge toolJune McEnroe 2017-08-30Use only foreground color for selecting spawnJune McEnroe 2017-08-29Add four additional spawnsJune McEnroe 2017-08-28Add respawningJune McEnroe 2017-08-26Move license above includesJune McEnroe 2017-08-26Snapshot metadataJune McEnroe 2017-08-26Add meta.c to READMEJune McEnroe 2017-08-26Use MakefileJune McEnroe