Remove tabnine
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
local tabnine = require('cmp_tabnine.config')
|
||||
|
||||
tabnine:setup({
|
||||
max_lines = 1000,
|
||||
max_num_results = 20,
|
||||
sort = true,
|
||||
run_on_every_keystroke = true,
|
||||
snippet_placeholder = '..',
|
||||
ignored_file_types = {
|
||||
-- default is not to ignore
|
||||
-- uncomment to ignore in lua:
|
||||
-- lua = true
|
||||
},
|
||||
show_prediction_strength = true
|
||||
})
|
||||
@@ -48,11 +48,6 @@ cmp.setup({
|
||||
priority = 100,
|
||||
group_index = 1,
|
||||
},
|
||||
{
|
||||
name = 'cmp_tabnine',
|
||||
priority = 90,
|
||||
group_index = 2,
|
||||
},
|
||||
{
|
||||
name = 'buffer',
|
||||
priority = 80,
|
||||
|
||||
Reference in New Issue
Block a user