From 8eb42f9edaa1061bd08a82a0d618b26373de39c7 Mon Sep 17 00:00:00 2001 From: steveokard Date: Tue, 25 Jul 2017 11:01:13 -0400 Subject: [PATCH] Settings, themes, and plugins for ZSH --- .vimrc | 5 ++++- ReadMe | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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