]> Untitled Git - vimfiles.git/commitdiff
Removed some unnecessary settings.
authorPhilippe Hürlimann <p@hurlimann.org>
Sat, 14 Oct 2017 14:28:48 +0000 (16:28 +0200)
committerPhilippe Hürlimann <p@hurlimann.org>
Sat, 14 Oct 2017 14:28:57 +0000 (16:28 +0200)
vimrc

diff --git a/vimrc b/vimrc
index df36463eac25682370718e962eaaa162164f3539..970eb90e38629cc47b317aac226d356bfafdd24c 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -71,7 +71,6 @@ set cursorline
 filetype plugin indent on
 
 colorscheme bitterjug
-set background=light
 
 syntax on
 
@@ -93,9 +92,6 @@ set nobackup
 
 set hlsearch
 
-set foldenable
-set foldmethod=syntax
-
 if has('gui_running')
     set guioptions=aAceif
 endif