diff options
author | listout <listout@protonmail.com> | 2021-07-26 14:44:05 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-07-26 14:44:05 +0530 |
commit | 597d9b51d8c441f16c2c62617b14d6d456cecb82 (patch) | |
tree | d288c7e1ef4ff504b4f8e8d5fd975ef004cd22ed /coc-settings.json | |
parent | 76b9146ee207ef7058b332c3ee48da9a53b42cd5 (diff) |
word and dictionary completion for markdown
Diffstat (limited to 'coc-settings.json')
-rw-r--r-- | coc-settings.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/coc-settings.json b/coc-settings.json index 70b11c6..64e5cd0 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -3,11 +3,15 @@ "coc.preferences.currentFunctionSymbolAutoUpdate": true, "coc.source.word.filetypes": [ "latex", - "tex" + "tex", + "markdown", + "markdown.pandoc" ], "coc.source.dictionary.filetypes": [ "latex", - "tex" + "tex", + "markdown", + "markdown.pandoc" ], "clangd.semanticHighlighting": true, "coc.preferences.formatOnSaveFiletypes": [ |