fix: vim cc
This commit is contained in:
parent
2241bd7007
commit
50b2adf524
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
" variables
|
||||
set path+='**'
|
||||
set path+=**,
|
||||
set expandtab
|
||||
set smartindent
|
||||
set shiftwidth=4
|
||||
|
@ -9,7 +9,7 @@ set ignorecase
|
|||
set smartcase
|
||||
set list
|
||||
set mouse=a
|
||||
set cc=81
|
||||
set cc=80
|
||||
set suffixes+=.pyc
|
||||
set foldmethod=indent
|
||||
set nofoldenable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue