Closed patrickwelker closed 7 years ago
@pattulus, what does it say when you hit Control+Shift+P? This should tell you the syntax scope to use in the exclude_from_completion config. In a normal text file, for me it says "text.plain". So I would add "text". Note that "txt" wouldn't match in this case.
@alienhard text.html.markdown meta.paragraph.markdown
, so I added text
and markdown
. It works now as expected. Thanks.
PS: I also deactivated the SmartMarkdown plugin because there where indentation issues. So it might not have been AllAutocomplete.
I love this plugin for all my coding, but it really gets in the way when I'm writing.
Whenever I want to indent a hyphen list like…
… I end ud with something like this…
I tried disabling All Autocomplete for Markdown and Plain Text documents:
I also tried using the Syntax Names ("Plain Text", etc.), but I still get the lovely autocompletion.
Am I doing something wrong here?