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:
Josh Sherman 2024-03-28 11:02:50 -05:00
parent d4ae18d2e3
commit e2be791528
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -17,6 +17,7 @@ call plug#begin()
" TypeScript
Plug 'leafgarland/typescript-vim'
Plug 'Quramy/tsuquyomi'
Plug 'Shougo/vimproc.vim', {'do' : 'make'}
" GitHub Copilot
Plug 'github/copilot.vim'
call plug#end()