going to try out guicolors in vim for a bit

This commit is contained in:
2022-08-17 00:46:55 -06:00
parent 60c2f493d9
commit 31d3c6c692
6 changed files with 31 additions and 39 deletions

View File

@ -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=""
" }}}

View File

@ -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; }