aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-01-17 00:01:46 -0500
committerMitch Riedstra <mitch@riedstra.us>2018-01-17 00:01:46 -0500
commit9c4ddae378520b1373cd9565623a6c7e355e4604 (patch)
tree64407534eb04379412d8bbc25be9b0e60f1a9164 /init.vim
parent643258bfd124be94fd5e4bb1ab4c77e0c7e46326 (diff)
downloadvim-cfg-9c4ddae378520b1373cd9565623a6c7e355e4604.tar.gz
vim-cfg-9c4ddae378520b1373cd9565623a6c7e355e4604.tar.xz
Don't set background=dark, increase maximum history and a note at the top of the file
Diffstat (limited to 'init.vim')
-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