From 9c4ddae378520b1373cd9565623a6c7e355e4604 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 17 Jan 2018 00:01:46 -0500 Subject: Don't set background=dark, increase maximum history and a note at the top of the file --- init.vim | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'init.vim') 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 -- cgit v1.2.3