update vim config

This commit is contained in:
Václav Uruba 2021-04-24 15:03:39 +02:00
parent 812e8e8d51
commit d5905464ed
Signed by: uruba
GPG Key ID: 0059B34D61727BB0

View File

@ -46,9 +46,15 @@ colorscheme purify
set nocompatible set nocompatible
" .exrc
set exrc
set secure
" Mouse " Mouse
set mouse=a set mouse=a
set ttymouse=sgr if !has('nvim')
set ttymouse=sgr
endif
" Indentation " Indentation
filetype plugin indent on filetype plugin indent on
@ -58,6 +64,9 @@ set shiftwidth=4
set autoindent set autoindent
set smartindent set smartindent
" Search
set hlsearch
" Lightline " Lightline
set laststatus=2 set laststatus=2
set cmdheight=2 set cmdheight=2