]> Untitled Git - vimfiles.git/commitdiff
Removed unneeded comments.
authorPhilippe Hürlimann <p@hurlimann.org>
Thu, 21 Dec 2017 14:42:15 +0000 (15:42 +0100)
committerPhilippe Hürlimann <p@hurlimann.org>
Thu, 21 Dec 2017 14:42:15 +0000 (15:42 +0100)
vimrc

diff --git a/vimrc b/vimrc
index 29a5f2e806ff8b72cb906aded44de22efa3b832d..683d3ba0b727676147ba03ce46c68cb04205f5a2 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -1,4 +1,3 @@
-" Vundle setup
 set nocompatible
 filetype off
 
@@ -8,12 +7,8 @@ let g:vundle_default_git_proto = 'git'
 set rtp+=~/.vim/bundle/Vundle.vim/
 call vundle#begin()
 
-" Bundles to install
-" let Vundle manage Vundle
 Plugin 'VundleVim/Vundle.vim'
 
-" Plugins
-" The ones that I currently don't use are commented out
 Plugin 'ap/vim-css-color'
 Plugin 'avakhov/vim-yaml'
 Plugin 'bitterjug/vim-colors-bitterjug'
@@ -50,12 +45,10 @@ let g:rainbow_active = 1
 let mapleader = ","
 let maplocalleader = "_"
 
-" Always show the statusline
 set laststatus=2
 
 let delimitMate_expand_space = 1
 
-" set lines horizontal and vertical line for the cursor
 set cursorcolumn
 set cursorline