From: Philippe Hürlimann
Date: Thu, 21 Dec 2017 14:42:15 +0000 (+0100) Subject: Removed unneeded comments. X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=6b19d964bacf51eff9cba08f34778cede066b72d;p=vimfiles.git Removed unneeded comments. --- diff --git a/vimrc b/vimrc index 29a5f2e..683d3ba 100644 --- 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