From 965860e5175a1355b149bb8841e81ab1a3d72e1d Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Thu, 26 Oct 2017 02:10:46 -0400 Subject: [PATCH] more VIM --- vimrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vimrc b/vimrc index 796b6ae..49974fc 100644 --- a/vimrc +++ b/vimrc @@ -31,13 +31,10 @@ endif set number set relativenumber -" Syntax highlighting (for netrw) +" Syntax highlighting syntax enable filetype plugin on -" Syntax highlighting on buffer close bugfix -set hidden - " Fuzzy Finding set path+=** set wildmenu