From 466f4627003a6b264f48512066c9e40eb790a8f8 Mon Sep 17 00:00:00 2001
From: xero harrison <x@xero.nu>
Date: Mon, 7 Nov 2016 10:43:52 -0500
Subject: update .vimrc

---
 vim/.vimrc | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/vim/.vimrc b/vim/.vimrc
index b373b99..9aa29de 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -102,6 +102,15 @@ command Spell :setlocal spell! spell?
 " make current buffer executable
 command Chmodx :!chmod a+x %
 
+" let's make some textmode art!
+function! AsciiMode()
+  "e ++enc=cp850
+  set nu!
+  set virtualedit=all
+  set colorcolumn=80
+endfunction
+command Ascii :call AsciiMode()
+
 " ╻┏┓╻╺┳╸┏━╸┏━┓┏━╸┏━┓┏━╸┏━╸
 " ┃┃┗┫ ┃ ┣╸ ┣┳┛┣╸ ┣━┫┃  ┣╸ 
 " ╹╹ ╹ ╹ ┗━╸╹┗╸╹  ╹ ╹┗━╸┗━╸
@@ -150,7 +159,7 @@ set listchars+=nbsp:⣿
 " ╹  ┗━╸┗━┛┗━┛╹╹ ╹   ┗━┛ ╹ ┗━┛╹  ╹  
 " i struggle with the decision to use plugins or a more vanilla vim, don't judge me.
 " to install from the shell run:
-" git clone https://github.com/gmarik/Vundle.vim.git ~/dotfiles/vim/.vim/bundle/Vundle.vim && vim +BundleInstall +qall && pacman -S the_silver_searcher
+" git clone https://github.com/gmarik/Vundle.vim.git ~/dotfiles/vim/.vim/bundle/Vundle.vim vim +BundleInstall +qall && pacman -S the_silver_searcher
 set rtp+=~/.vim/bundle/Vundle.vim
 call vundle#begin()
 Plugin 'gmarik/Vundle.vim'
@@ -167,8 +176,11 @@ Plugin 'rking/ag.vim'
 Plugin 'isa/vim-matchit'
 Plugin 'chrisbra/unicode.vim'
 Plugin 'lilydjwg/colorizer'
+Plugin 'othree/html5.vim'
 Plugin 'itchyny/lightline.vim'
+Plugin 'gabrielelana/vim-markdown'
 Plugin 'xero/sourcerer.vim'
+Plugin 'xero/blaquemagick.vim'
 call vundle#end()
 filetype plugin indent on
 
@@ -223,8 +235,11 @@ let g:ag_highlight=1
 " map \ to the ag command for quick searching
 nnoremap \ :Ag<SPACE>
 
-" wizard colors http://git.io/vim.sourcerer
-colorscheme blaquemagick
+" wizard colors https://git.io/vim.sourcerer
+colorscheme sourcerer
+
+" dark wizard colors http://git.io/blaquemagick.vim
+"colorscheme blaquemagick
 
 " ┏━┓╺┳╸┏━┓╺┳╸╻ ╻┏━┓╻  ╻┏┓╻┏━╸
 " ┗━┓ ┃ ┣━┫ ┃ ┃ ┃┗━┓┃  ┃┃┗┫┣╸ 
-- 
cgit v1.2.1