summary refs log tree commit diff
path: root/home/.config/nvim/colors
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
commit60955bb8be88f7c9c923d64f20a7b1555e27d096 (patch)
tree474f92927ec426860addfc59ce383a942ee015be /home/.config/nvim/colors
parentUpdate htoprc from new htop version (diff)
downloadsrc-60955bb8be88f7c9c923d64f20a7b1555e27d096.tar.gz
src-60955bb8be88f7c9c923d64f20a7b1555e27d096.zip
Disable underline in man pages
Diffstat (limited to 'home/.config/nvim/colors')
-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
ollow=1'>Match Tag in RustJune McEnroe 2019-02-18Match sh functions as TagJune McEnroe 2019-02-18Match Sh and Ss as Tag in mdocJune McEnroe 2019-02-18Match statics and typedefs as TagJune McEnroe 2019-02-18Clean up htmlHeaderJune McEnroe 2019-02-18Remove hi line numberingJune McEnroe 2019-02-18Add Tag class to hiJune McEnroe 2019-02-17Generate HTML with hi -n -f html -o anchorJune McEnroe 2019-02-17Add hi -f html -o anchor for line number linksJune McEnroe 2019-02-17Simplify temp trap in upJune McEnroe 2019-02-17Add line numbers to hiJune McEnroe 2019-02-17Always split spans after newlinesJune McEnroe 2019-02-15Color format specifiers light cyan in vimJune McEnroe 2019-02-15Highlight Interp as yellowJune McEnroe 2019-02-15Highlight strings in sh command substitutionsJune McEnroe 2019-02-15Add nmap gpJune McEnroe 2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe 2019-02-13Add forgotten "sixth" book of H2G2June McEnroe