update vim config
This commit is contained in:
parent
812e8e8d51
commit
d5905464ed
@ -46,9 +46,15 @@ colorscheme purify
|
||||
|
||||
set nocompatible
|
||||
|
||||
" .exrc
|
||||
set exrc
|
||||
set secure
|
||||
|
||||
" Mouse
|
||||
set mouse=a
|
||||
if !has('nvim')
|
||||
set ttymouse=sgr
|
||||
endif
|
||||
|
||||
" Indentation
|
||||
filetype plugin indent on
|
||||
@ -58,6 +64,9 @@ set shiftwidth=4
|
||||
set autoindent
|
||||
set smartindent
|
||||
|
||||
" Search
|
||||
set hlsearch
|
||||
|
||||
" Lightline
|
||||
set laststatus=2
|
||||
set cmdheight=2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user