Bring back min len autocomplete default to 3

This commit is contained in:
Francesco Abbate
2021-09-07 15:03:00 +02:00
parent 8dde1dbb86
commit 68c1cc606f
+1 -1
View File
@@ -12,7 +12,7 @@ local Doc = require "core.doc"
config.plugins.autocomplete = { config.plugins.autocomplete = {
-- Amount of characters that need to be written for autocomplete -- Amount of characters that need to be written for autocomplete
min_len = 1, min_len = 3,
-- The max amount of visible items -- The max amount of visible items
max_height = 6, max_height = 6,
-- The max amount of scrollable items -- The max amount of scrollable items