We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609593a commit ea5498aCopy full SHA for ea5498a
packages.vim
@@ -38,7 +38,7 @@ if exists('*minpac#init')
38
call minpac#add('editorconfig/editorconfig-vim') " Loads configurations from .editorconfig file
39
call minpac#add('janko-m/vim-test') " Wrapper for running tests
40
"call minpac#add('sheerun/vim-polyglot') " A collection of language packs for Vim.
41
- call minpac#add('zxqfl/tabnine-vim') " Smart Compose for code.
+ "call minpac#add('zxqfl/tabnine-vim') " Smart Compose for code.
42
43
" Ruby
44
call minpac#add('vim-ruby/vim-ruby') " Plugin for editing and compiling Ruby
0 commit comments