dotwryn/config/dotwryn.env.vim
2022-08-18 20:49:46 -06:00

15 lines
366 B
VimL

" -- RC Resources ----------------------------------------------- {{{
if empty($DOTWRYN)
let $DOTWRYN=expand("$HOME/.wryn")
endif
let $WRYNVIMPATH=expand("$DOTWRYN/vim")
let $WRYNVIMRC=expand("$WRYNVIMPATH/rc.vim")
" }}}
" -- Leader bindings -------------------------------------------- {{{
let mapleader = "\\"
nmap <BS> <Nop>
let maplocalleader = "\<BS>"
" }}}