mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
update lvim
This commit is contained in:
parent
da1068fdc2
commit
846f37457c
10 changed files with 54 additions and 57 deletions
|
|
@ -1,12 +1,12 @@
|
|||
local M = {}
|
||||
|
||||
function M.setup()
|
||||
local ok, tabnine = pcall(require, "cmp_tabnine.config")
|
||||
local ok, tabnine_cfg = pcall(require, "cmp_tabnine.config")
|
||||
if not ok then
|
||||
return
|
||||
end
|
||||
|
||||
tabnine:setup {
|
||||
tabnine_cfg:setup {
|
||||
max_lines = 1000,
|
||||
max_num_results = 10,
|
||||
sort = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue