Added vimproc plugin
Even though it's required when on older vim versions, and I'm on neovim, opening TypeScript files with FZF was borked. This fixes it. Productivity ensues.
This commit is contained in:
parent
d4ae18d2e3
commit
e2be791528
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ call plug#begin()
|
||||||
" TypeScript
|
" TypeScript
|
||||||
Plug 'leafgarland/typescript-vim'
|
Plug 'leafgarland/typescript-vim'
|
||||||
Plug 'Quramy/tsuquyomi'
|
Plug 'Quramy/tsuquyomi'
|
||||||
|
Plug 'Shougo/vimproc.vim', {'do' : 'make'}
|
||||||
" GitHub Copilot
|
" GitHub Copilot
|
||||||
Plug 'github/copilot.vim'
|
Plug 'github/copilot.vim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue