aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.vim14
1 files changed, 12 insertions, 2 deletions
diff --git a/init.vim b/init.vim
index b4ab946..601a68a 100644
--- a/init.vim
+++ b/init.vim
@@ -1,6 +1,16 @@
scriptencoding utf-8
set encoding=utf-8
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+" I Figured I should start taking notes for the eventual time I forget some
+" shit
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+" If you want to take the current buffer and save it as some fancy ass
+" formatted HTML then you can just use the :TOhtml Command
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
execute pathogen#infect('bundle/{}', 'themes/{}')
" Maily for the ability to match HTML tags with '%'
@@ -11,7 +21,7 @@ runtime macros/matchit.vim
" My old standard theme
colorscheme distinguished
" colorscheme solarized
-set background=dark
+" set background=dark
" colorscheme solarized
" let g:solarized_termcolors=256
@@ -43,7 +53,7 @@ set undoreload=10000
" lots of history, it's always nice to find old nasty command that happen
" to be really useful
-set history=10000
+set history=100000
" Be smart about the mouse
set mouse+=a