From 597d9b51d8c441f16c2c62617b14d6d456cecb82 Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 26 Jul 2021 14:44:05 +0530 Subject: word and dictionary completion for markdown --- coc-settings.json | 8 ++++++-- 1 file 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": [ -- cgit v1.2.3