nvimdiff; restore colorcolumn
dblume

dblume commited on 2024-03-07 07:44:05
Showing 2 changed files, with 2 additions and 1 deletions.

... ...
@@ -115,6 +115,7 @@ alias fgrep='fgrep --color=auto'
115 115
 alias egrep='egrep --color=auto'
116 116
 alias vim-='vim +"setl buftype=nofile" -'
117 117
 alias tmux='tmux -2u'
118
+alias nvimdiff='nvim -d'
118 119
 
119 120
 # colored GCC warnings and errors
120 121
 export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
... ...
@@ -52,7 +52,7 @@ syntax on
52 52
 
53 53
 set t_Co=256
54 54
 if v:version >= 703
55
-"  set colorcolumn=80
55
+  set colorcolumn=80
56 56
 endif
57 57
 if has('gui_running') " Didn't work: if &term != 'builtin_gui'
58 58
   " Light backgrounds for GUI experiences
59 59