Adding tabnine for compe (#640)

This commit is contained in:
Abouzar Parvan 2021-07-04 19:15:38 +04:30 committed by GitHub
parent 881d57c6ed
commit 816c6cfa7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 2 deletions

View file

@ -425,4 +425,12 @@ return require("packer").startup(function(use)
-- Elixir
use {"elixir-editors/vim-elixir", ft = {"elixir", "eelixir", "euphoria3"}}
-- Tabnine
use {
"tzachar/compe-tabnine",
run="./install.sh",
requires = "hrsh7th/nvim-compe",
disable = not O.plugin.tabnine.active
}
end)