From d5905464ed51721fb8c8e5f4acd4b51e33a64f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Sat, 24 Apr 2021 15:03:39 +0200 Subject: [PATCH] update vim config --- vim/.vimrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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