all repos — dotfiles @ 01b246c53ddd1b6a570ddeb9cd2d298eac8d2206

personal dotfiles

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
commit

01b246c53ddd1b6a570ddeb9cd2d298eac8d2206

parent

11be2f548312f98661d22dbbaf13b2dc2aafbee0

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