From 01b246c53ddd1b6a570ddeb9cd2d298eac8d2206 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 24 Nov 2020 12:40:28 +0300 Subject: 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... --- .config/nvim/init.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index f8b121f..c8566a3 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -50,8 +50,6 @@ set updatetime=50 " 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 -- cgit v1.2.3