Skip to content

Commit ea5498a

Browse files
committed
Disable TabNine plugin
1 parent 609593a commit ea5498a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if exists('*minpac#init')
3838
call minpac#add('editorconfig/editorconfig-vim') " Loads configurations from .editorconfig file
3939
call minpac#add('janko-m/vim-test') " Wrapper for running tests
4040
"call minpac#add('sheerun/vim-polyglot') " A collection of language packs for Vim.
41-
call minpac#add('zxqfl/tabnine-vim') " Smart Compose for code.
41+
"call minpac#add('zxqfl/tabnine-vim') " Smart Compose for code.
4242

4343
" Ruby
4444
call minpac#add('vim-ruby/vim-ruby') " Plugin for editing and compiling Ruby

0 commit comments

Comments
 (0)