VIM: add cursorcolum to ease indentation
This commit is contained in:
parent
38b99527f8
commit
b644e8b7ad
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ set expandtab
|
||||||
set smarttab
|
set smarttab
|
||||||
set shiftwidth=2
|
set shiftwidth=2
|
||||||
set shiftround
|
set shiftround
|
||||||
|
set cursorcolumn
|
||||||
"set autoindent
|
"set autoindent
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue