Update lsp-general.lua

This commit is contained in:
Benjamin Kyd
2024-11-13 10:08:58 +00:00
committed by GitHub
parent 9cc3874e1a
commit c04bbb3155

View File

@@ -284,14 +284,6 @@ local cmp_config = {
},
sorting = {
priority_weight = 1.0,
comparators = {
compare.offset,
compare.exact,
compare.score,
compare.recently_used,
require("cmp-under-comparator").under,
compare.kind,
},
},
matching = {
disallow_fuzzy_matching = true,