diff options
| author | Chris <[email protected]> | 2021-03-08 16:51:22 -0500 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-03-08 16:51:22 -0500 | 
| commit | 56f65b12a446fe05483a23585dd4e3104205b062 (patch) | |
| tree | 4459eed1014105a37a01baca5db182a787a0d7d5 | |
| parent | 9785c28407bd8e71f913ba2cb6fd61d0ab849c70 (diff) | |
update markdown to not autofix because slides
| -rw-r--r-- | coc-settings.json | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/coc-settings.json b/coc-settings.json index c4b820a9..d8ae6d80 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -100,9 +100,6 @@    "python.linting.pydocstyleEnabled": false,    "python.linting.pylamaEnabled": false,    "python.linting.pylintEnabled": false, -  "pyright.disableCompletion": false, -  "pyright.disableLanguageServices": false, -  "pyright.disableOrganizeImports": false,    // snippets    "snippets.ultisnips.directories": ["UltiSnips", "~/.config/nvim/snips"], @@ -140,8 +137,6 @@    /*   } */    /* }, */ -  "bookmark.sign": "ï€", -    //coc-emoji    "coc.source.emoji.filetypes": ["markdown"] | 
