diff --git a/extraConfig.vim b/extraConfig.vim index a8ddad9..b680018 100644 --- a/extraConfig.vim +++ b/extraConfig.vim @@ -8,12 +8,12 @@ let g:lightline = { set nowrap set nu set hlsearch +set shiftwidth=2 " set fold settings set foldmethod=indent set foldnestmax=10 set foldlevel=2 -set nofoldenable " synchronize with system clipboard set clipboard=unnamed