X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e314c901f6f92e39a4bbda5de79be77957f10c78..dd4a806cf3918fc6b20de40f1c9d344f5ece4f0a:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 2f0a7ca..5f0dea3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,6 +1,9 @@ " force python3 if has('python3') | endif +" space is leader +let g:mapleader = " " + " runtimepath {{{1 set runtimepath ^=$XDG_CONFIG_HOME/vim set runtimepath +=$XDG_CONFIG_HOME/vim/after @@ -422,9 +425,6 @@ command! ToggleAutoChecktime let b:autochecktime=!get(b:, 'autochecktime', 0) | " bindings {{{1 -" allow both and \ to be -map - " make function! MakeWithOpt() " TODO only do this if makeprg matches make