From 944006b03a17c0b40a88f99b625238fc4db3d50f Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Sat, 9 Feb 2019 21:28:05 +1300 Subject: VIM: turn of indent plugin, hlsearch Signed-off-by: Mike Beattie --- .vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vimrc b/.vimrc index 8d7e6cc..c73bb42 100644 --- a/.vimrc +++ b/.vimrc @@ -34,9 +34,9 @@ endif " Uncomment the following to have Vim load indentation rules and plugins " according to the detected filetype. -if has("autocmd") - filetype plugin indent on -endif +"if has("autocmd") +" filetype plugin indent on +"endif " The following are commented out as they cause vim to behave a lot " differently from regular Vi. They are highly recommended though. @@ -45,7 +45,7 @@ endif "set ignorecase " Do case insensitive matching "set smartcase " Do smart case matching set incsearch " Incremental search -set hlsearch " Highlight search results +"set hlsearch " Highlight search results "set autowrite " Automatically save before commands like :next and :make "set hidden " Hide buffers when they are abandoned "set mouse=a " Enable mouse usage (all modes) -- cgit v1.2.3