diff --git a/vim/.vimrc b/vim/.vimrc index 55c4fda..7f0dc0e 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -46,9 +46,15 @@ colorscheme purify set nocompatible +" .exrc +set exrc +set secure + " Mouse set mouse=a -set ttymouse=sgr +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