fix: vim cc
This commit is contained in:
parent
2241bd7007
commit
50b2adf524
@ -1,5 +1,5 @@
|
|||||||
" variables
|
" variables
|
||||||
set path+='**'
|
set path+=**,
|
||||||
set expandtab
|
set expandtab
|
||||||
set smartindent
|
set smartindent
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
@ -9,7 +9,7 @@ set ignorecase
|
|||||||
set smartcase
|
set smartcase
|
||||||
set list
|
set list
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set cc=81
|
set cc=80
|
||||||
set suffixes+=.pyc
|
set suffixes+=.pyc
|
||||||
set foldmethod=indent
|
set foldmethod=indent
|
||||||
set nofoldenable
|
set nofoldenable
|
||||||
|
Loading…
Reference in New Issue
Block a user