dotwryn/config/dotwryn.env.vim

15 lines
366 B
VimL
Raw Normal View History

" -- RC Resources ----------------------------------------------- {{{
2022-08-18 20:49:46 -06:00
if empty($DOTWRYN)
let $DOTWRYN=expand("$HOME/.wryn")
endif
2021-02-24 17:38:02 -07:00
let $WRYNVIMPATH=expand("$DOTWRYN/vim")
let $WRYNVIMRC=expand("$WRYNVIMPATH/rc.vim")
" }}}
2020-01-08 12:40:53 -07:00
2021-02-24 17:38:02 -07:00
" -- Leader bindings -------------------------------------------- {{{
let mapleader = "\\"
2021-08-23 16:33:24 -06:00
nmap <BS> <Nop>
let maplocalleader = "\<BS>"
2021-02-24 17:38:02 -07:00
" }}}