Disabled TabNine
It's cool and all, but wasn't completely satisfied with the memory usage.
This commit is contained in:
parent
f09a9ddb40
commit
9733df4146
2 changed files with 2 additions and 2 deletions
2
install
2
install
|
@ -77,7 +77,7 @@ VIMPLUGS=(
|
|||
"jelera/vim-javascript-syntax"
|
||||
"Quramy/vim-js-pretty-template"
|
||||
"StanAngeloff/php.vim"
|
||||
"zxqfl/tabnine-vim"
|
||||
# "zxqfl/tabnine-vim"
|
||||
)
|
||||
|
||||
for INDEX in ${!VIMPLUGS[*]}; do
|
||||
|
|
2
vimrc
2
vimrc
|
@ -22,4 +22,4 @@ autocmd FileType markdown,text setl tw=80 wm=2
|
|||
autocmd BufWritePre * :%s/\s\+$//e
|
||||
|
||||
set rtp+=~/.fzf
|
||||
set rtp+=~/.vim/pack/plugins/start/tabnine-vim
|
||||
" set rtp+=~/.vim/pack/plugins/start/tabnine-vim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue