enable AI based completion (vim) + update rss feed
This commit is contained in:
parent
bd54077a9e
commit
595443e89b
@ -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()
|
||||
|
@ -15,3 +15,4 @@ https://www.codingblocks.net/podcast-feed.xml
|
||||
https://therabbithole.libsyn.com/rss
|
||||
https://feeds.simplecast.com/7y1CbAbN
|
||||
https://legacycoderocks.libsyn.com/rss
|
||||
https://github.com/MorganGeek.private.atom?token=AA4MQGFBMZSPMN5NQZZGYMN5EFTLU
|
||||
|
Loading…
Reference in New Issue
Block a user