X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b553d3fe4b1d1fe39042f4e30297bce236533072..0059483c5f16391f06fd43b4a59b11922336709c:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 436ab89..5f0dea3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,14 +1,14 @@ " 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 " plugins {{{1 -" remove all autocommands -autocmd! - call plug#begin('$XDG_DATA_HOME/vim') " This does not update vim-plug, use PlugUpgrade instead Plug 'junegunn/vim-plug' @@ -425,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