diff --git a/.vimrc b/.vimrc index f7c3d18..cd2150c 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,10 @@ " => General +execute pathogen#infect() set history=500 set number +syntax enable +set background=dark +colorscheme solarized " Enable filetype plugins filetype plugin on filetype indent on @@ -50,4 +54,3 @@ set background=dark vnoremap * :call VisualSelection('', '')/=@/ vnoremap # :call VisualSelection('', '')?=@/ - diff --git a/ReadMe b/ReadMe index d31e885..5331aee 100644 --- a/ReadMe +++ b/ReadMe @@ -2,3 +2,4 @@ This repo contains all of my personal settings for command line linux programs. Including but not limited to: Tmux Vim + Bash Aliases