enable AI based completion (vim) + update rss feed

This commit is contained in:
MorganGeek
2020-07-20 12:59:38 +02:00
parent bd54077a9e
commit 595443e89b
2 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,10 @@ Plugin 'farmergreg/vim-lastplace'
Plugin 'ryanoasis/vim-devicons'
" Prettier to auto format some files
Plugin 'mitermayer/vim-prettier'
" Enable OpenAI based text completion
Plugin 'jessfraz/openai.vim'
" TabNine for code completion
Plugin 'zxqfl/tabnine-vim'
" All of your Plugins must be added before the following line
call vundle#end()