mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
2 lines
209 B
VimL
2 lines
209 B
VimL
command! EditPlugins execute 'edit' fnamemodify(globpath(&runtimepath, 'vim-graft/config.rb', 1), ':p')
|
|
command! SyncPlugins execute '!ruby ' fnamemodify(globpath(&runtimepath, 'vim-graft/graft.rb', 1), ':p')
|