aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/autocomplete.lua
AgeCommit message (Collapse)Author
2020-11-17Add a warning when disable auto-complete due to too many symbolsv1.11-lite-xlFrancesco Abbate
2020-11-14Implement limits for maximum number of symbols in autocompleteFrancesco Abbate
Implemented to avoid excessive memory usage when loading big files with many unique words.
2020-05-11Added custom suggestions support to autocompleterxi
`autocomplete.add()` can now be used to add additional auto complete suggestions with descriptions
2019-12-28Initial commitrxi