From e36712f2b02e77080e255c7775852577b51010ad Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 5 May 2021 14:15:03 +0700 Subject: Use plug to manage jedi-vim --- vim/.vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/.vim/vimrc') diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index f473ef3..6d42ed5 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -44,12 +44,12 @@ let g:jedi#show_call_signatures = 2 let g:jedi#smart_auto_mappings = 0 let g:polyglot_disabled = ['latex'] -packadd! python-jedi call plug#begin('~/.vim/plugged') Plug 'https://github.com/vim/killersheep' Plug 'https://github.com/sheerun/vim-polyglot' Plug 'https://github.com/francoiscabrol/ranger.vim' Plug 'https://github.com/srcery-colors/srcery-vim' +Plug 'https://github.com/davidhalter/jedi-vim', {'for': 'python'} Plug 'https://github.com/lervag/vimtex', {'for': 'tex'} Plug 'https://github.com/kovisoft/slimv', {'for': 'lisp'} Plug 'https://github.com/tpope/vim-fireplace', {'for': 'clojure'} -- cgit 1.4.1