Bring back min len autocomplete default to 3
This commit is contained in:
parent
8dde1dbb86
commit
68c1cc606f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue