init.vim: remove disabling of colorcolumn i noticed that i tend to enable it even in markdown documents. i don't know why i'm sticking to 80 chars per line...
la-ninpre leobrekalini@gmail.com
Tue, 24 Nov 2020 12:40:28 +0300
1 files changed,
0 insertions(+),
2 deletions(-)
jump to
M
.config/nvim/init.vim
→
.config/nvim/init.vim
@@ -50,8 +50,6 @@
" remind yourself about 80 column rule set colorcolumn=81 -" disable coloured column when editing plain text files and git commit msgs -autocmd BufRead,BufNewFile *.md,*.txt,*/.git/COMMIT_EDITMSG set cc= " enable insert mode when entering git commit message autocmd VimEnter */COMMIT_EDITMSG startinsert