From 60955bb8be88f7c9c923d64f20a7b1555e27d096 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 6 Aug 2018 12:25:38 -0400 Subject: Disable underline in man pages --- home/.config/nvim/colors/trivial.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1 r' selected='selected'>master dontfiles
summary refs log tree commit diff
path: root/bin/wake.c (unfollow)
Commit message (Collapse)Author
2019-02-17Simplify temp trap in upJune McEnroe
2019-02-17Add line numbers to hiJune McEnroe
Renames previous -n option to -m to stay consistent with cat -n. Prefixing lines with line numbers affects where the first tab indent ends up relative to the text above it. Not sure if it's worth fixing somehow.
2019-02-17Always split spans after newlinesJune McEnroe
Simplifies ANSI and IRC output code, and prepares for line numbered output.
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