Removed Tabnine because of resource usage, addded journal plugin instead

This commit is contained in:
2024-05-12 06:32:42 +02:00
parent 1d7c562add
commit def3c6b531
3 changed files with 7 additions and 22 deletions

View File

@@ -132,19 +132,3 @@ cmp.setup.cmdline(":", {
},
})
-- Tabnine configuration
local tabnine = require("cmp_tabnine.config")
tabnine:setup({
max_lines = 1000,
max_num_results = 10,
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,
min_percent = 40,
})