This commit is contained in:
Ray Elliott 2020-03-19 17:15:17 +00:00
parent 1086efcf6c
commit 302886c6a8
3 changed files with 1 additions and 2536 deletions

View File

@ -1,9 +0,0 @@
function! ft#compileeruby#CompileEruby(reload) abort
silent execute 'update | edit'
execute '!erb -T - % > %:r.vim'
if a:reload
source $MYVIMRC
endif
endfunction

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@ if empty(glob('~/.config/nvim/autoload/plug.vim'))"
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif
call plug#begin('~/.vim/bundle')
call plug#begin('~/.config/.nvim/bundle')
" #vim-hexokinase {{{
" https://github.com/RRethy/vim-hexokinase