Fix ShiftWidth
This commit is contained in:
parent
2660c89d37
commit
6d3b323ab1
@ -8,12 +8,12 @@ let g:lightline = {
|
|||||||
set nowrap
|
set nowrap
|
||||||
set nu
|
set nu
|
||||||
set hlsearch
|
set hlsearch
|
||||||
|
set shiftwidth=2
|
||||||
|
|
||||||
" set fold settings
|
" set fold settings
|
||||||
set foldmethod=indent
|
set foldmethod=indent
|
||||||
set foldnestmax=10
|
set foldnestmax=10
|
||||||
set foldlevel=2
|
set foldlevel=2
|
||||||
set nofoldenable
|
|
||||||
|
|
||||||
" synchronize with system clipboard
|
" synchronize with system clipboard
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
|
Loading…
Reference in New Issue
Block a user