feat: add vim-over plugin
parent
05057b12e3
commit
3489f93b43
1
init.vim
1
init.vim
|
@ -58,6 +58,7 @@ Plug 'https://github.com/shime/vim-livedown.git', { 'on': 'LivedownPreview' }
|
||||||
Plug 'https://github.com/tpope/vim-fugitive.git'
|
Plug 'https://github.com/tpope/vim-fugitive.git'
|
||||||
Plug 'https://github.com/elzr/vim-json.git'
|
Plug 'https://github.com/elzr/vim-json.git'
|
||||||
Plug 'https://github.com/tpope/vim-commentary'
|
Plug 'https://github.com/tpope/vim-commentary'
|
||||||
|
Plug 'https://github.com/osyo-manga/vim-over', { 'on': 'OverCommandLine' }
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue