diff options
Diffstat (limited to 'coc-settings.json')
-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" ], |