I was wondering if it is possible to enable auto-completition for text files with no lexer applied as SynWrite does.
I thought that plugin "In-text Completition" was what I was looking for, but I cant figure how it works.
So I searched on default.json and found:
Code: Select all
//Auto-show auto-completion after typing N word-chars (0: disabled)
"autocomplete_autoshow_chars": 0,
//Addition to prev option: for which lexers (comma-separated, empty: disabled)
//Don't add here lexers HTML/CSS, they have own auto-show
//(which is intelligent, only at needed HTML/CSS place).
"autocomplete_autoshow_lexers": "",
Thanks.