summaryrefslogtreecommitdiff
path: root/coc-settings.json
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-07-26 14:44:05 +0530
committerlistout <listout@protonmail.com>2021-07-26 14:44:05 +0530
commit597d9b51d8c441f16c2c62617b14d6d456cecb82 (patch)
treed288c7e1ef4ff504b4f8e8d5fd975ef004cd22ed /coc-settings.json
parent76b9146ee207ef7058b332c3ee48da9a53b42cd5 (diff)
word and dictionary completion for markdown
Diffstat (limited to 'coc-settings.json')
-rw-r--r--coc-settings.json8
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": [