diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-11-24 12:40:28 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-11-24 12:40:28 +0300 |
| commit | 01b246c53ddd1b6a570ddeb9cd2d298eac8d2206 (patch) | |
| tree | 2b10e8335ba5b29423387db29bb4041d8a103fd3 | |
| parent | 11be2f548312f98661d22dbbaf13b2dc2aafbee0 (diff) | |
| download | dotfiles-01b246c53ddd1b6a570ddeb9cd2d298eac8d2206.tar.gz dotfiles-01b246c53ddd1b6a570ddeb9cd2d298eac8d2206.zip | |
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...
| -rw-r--r-- | .config/nvim/init.vim | 2 |
1 files changed, 0 insertions, 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 |
