📝 break comment into several lines
This commit is contained in:
parent
3fe50280f0
commit
e27137455f
1 changed files with 3 additions and 1 deletions
4
init.vim
4
init.vim
|
|
@ -160,7 +160,9 @@ set noshowcmd
|
||||||
" Recompile dwmblocks on config edit.
|
" Recompile dwmblocks on config edit.
|
||||||
autocmd BufWritePost ~/.local/src/dwmblocks/config.h !cd ~/.local/src/dwmblocks/; sudo make install && { killall -q dwmblocks;setsid -f dwmblocks }
|
autocmd BufWritePost ~/.local/src/dwmblocks/config.h !cd ~/.local/src/dwmblocks/; sudo make install && { killall -q dwmblocks;setsid -f dwmblocks }
|
||||||
|
|
||||||
" Turns off highlighting on the bits of code that are changed, so the line that is changed is highlighted but the actual text that has changed stands out on the line and is readable.
|
" Turns off highlighting on the bits of code that are changed
|
||||||
|
" so the line that is changed is highlighted but the actual text
|
||||||
|
" that has changed stands out on the line and is readable.
|
||||||
if &diff
|
if &diff
|
||||||
highlight! link DiffText MatchParen
|
highlight! link DiffText MatchParen
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue