update
This commit is contained in:
parent
1086efcf6c
commit
302886c6a8
|
@ -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
|
||||
|
||||
|
2526
autoload_/plug.vim
2526
autoload_/plug.vim
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue