going to try out guicolors in vim for a bit
This commit is contained in:
@ -2,8 +2,6 @@
|
||||
let $DOTWRYN=expand("$HOME/.wryn")
|
||||
let $WRYNVIMPATH=expand("$DOTWRYN/vim")
|
||||
let $WRYNVIMRC=expand("$WRYNVIMPATH/rc.vim")
|
||||
let $BASHRC=expand("$HOME/.bashrc")
|
||||
let $ZSHRC=expand("$HOME/.zshrc")
|
||||
" }}}
|
||||
|
||||
" -- Leader bindings -------------------------------------------- {{{
|
||||
@ -12,16 +10,3 @@ let mapleader = "\\"
|
||||
nmap <BS> <Nop>
|
||||
let maplocalleader = "\<BS>"
|
||||
" }}}
|
||||
|
||||
" -- Colorscheme Settings --------------------------------------- {{{
|
||||
" favorites : tigrana-256-dark, codedark, lilydjwg_dark, up, skittles_autumn,
|
||||
" ........... vice, lanox, nightsky, made_of_code, moss, skittles_berry, pf_earth
|
||||
"
|
||||
" customs : snow
|
||||
let $COLORSCHEME="default"
|
||||
" }}}
|
||||
|
||||
" -- Web Browser Settings --------------------------------------- {{{
|
||||
" set the webbrowser locally
|
||||
"let $WEBBROWSER=""
|
||||
" }}}
|
||||
|
@ -2,12 +2,13 @@
|
||||
# Scwrypts Build Definitions
|
||||
#
|
||||
|
||||
|
||||
VUNDLE_BUILD__ale() {}
|
||||
VUNDLE_BUILD__nerdtree() {}
|
||||
VUNDLE_BUILD__vim-dim() {}
|
||||
VUNDLE_BUILD__vim-fugitive() {}
|
||||
VUNDLE_BUILD__vim-go() {}
|
||||
VUNDLE_BUILD__vim-surround() {}
|
||||
|
||||
VUNDLE_BUILD__vim-hexokinase() { make hexokinase; }
|
||||
|
||||
VUNDLE_BUILD__youcompleteme() { ./install.py --all; }
|
||||
|
Reference in New Issue
Block a user