Bring back min len autocomplete default to 3

This commit is contained in:
Francesco Abbate 2021-08-30 14:35:42 +02:00
parent dcf84c743d
commit e94718c5c4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ local Doc = require "core.doc"
config.plugins.autocomplete = {
-- Amount of characters that need to be written for autocomplete
min_len = 1,
min_len = 3,
-- The max amount of visible items
max_height = 6,
-- The max amount of scrollable items