-" Vundle setup
set nocompatible
filetype off
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'
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