commit 333a2455b6c890a250e19f2de9cd78441cdc8248
parent a836e1c48dc903309ac713150b40a51e9c55f154
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 2 Sep 2019 12:29:12 +0200
Highlight column 81 instead of 80
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/vis/visrc.lua b/.config/vis/visrc.lua
@@ -118,7 +118,7 @@ vis.events.subscribe(vis.events.WIN_OPEN, function(win)
vis:command('set show-tabs')
vis:command('set autoindent')
vis:command('set tabwidth 4')
- vis:command('set colorcolumn 80')
+ vis:command('set colorcolumn 81')
-- complete from words in current file
vis:map(vis.modes.INSERT, '<C-x><C-n>',