VIM: add cursorcolum to ease indentation

This commit is contained in:
Cedric Girard 2019-08-02 16:38:38 +02:00
parent 38b99527f8
commit b644e8b7ad
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ set expandtab
set smarttab
set shiftwidth=2
set shiftround
set cursorcolumn
"set autoindent