diff options
| author | Francesco Abbate <francesco.bbt@gmail.com> | 2021-08-30 14:35:42 +0200 |
|---|---|---|
| committer | Francesco Abbate <francesco.bbt@gmail.com> | 2021-09-07 15:03:00 +0200 |
| commit | 68c1cc606fda70769db200d79421db2311d4313f (patch) | |
| tree | d32093f897d31a2c0b228c5eebc9951556757968 /data | |
| parent | 8dde1dbb8649f33e08e5d44e4931c3ede0ce0407 (diff) | |
| download | pragtical-68c1cc606fda70769db200d79421db2311d4313f.tar.gz pragtical-68c1cc606fda70769db200d79421db2311d4313f.zip | |
Bring back min len autocomplete default to 3
Diffstat (limited to 'data')
| -rw-r--r-- | data/plugins/autocomplete.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/plugins/autocomplete.lua b/data/plugins/autocomplete.lua index c41f233d..484199a9 100644 --- a/data/plugins/autocomplete.lua +++ b/data/plugins/autocomplete.lua @@ -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 |
