diff options
author | listout <listout@protonmail.com> | 2021-06-20 11:01:07 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-06-20 11:01:07 +0530 |
commit | 2cf80aaaf6a88eed3af224764f5a8c751506a9b7 (patch) | |
tree | 62fd71f44db24749d668431c673bf781a789d458 | |
parent | 9b48d7165b9cca89d4ca35eb40691f4bf028a108 (diff) |
word completion removed from markdown
-rw-r--r-- | coc-settings.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/coc-settings.json b/coc-settings.json index 864b712..70b11c6 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -2,14 +2,10 @@ "hover.target": "float", "coc.preferences.currentFunctionSymbolAutoUpdate": true, "coc.source.word.filetypes": [ - "markdown", - "markdown.pandoc", "latex", "tex" ], "coc.source.dictionary.filetypes": [ - "markdown", - "markdown.pandoc", "latex", "tex" ], |