mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
Adding tabnine for compe (#640)
This commit is contained in:
parent
881d57c6ed
commit
816c6cfa7d
3 changed files with 17 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue