diff options
Diffstat (limited to 'coc-settings.json')
-rw-r--r-- | coc-settings.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/coc-settings.json b/coc-settings.json new file mode 100644 index 00000000..f7b2799c --- /dev/null +++ b/coc-settings.json @@ -0,0 +1,14 @@ +{ + "coc.preferences.formatOnSaveFiletypes": ["css", "markdown", "javascript", "graphql", "html", "yaml", "json", "python"], + + // python config + "python.linting.enabled": true, + "python.linting.pylintEnabled": true, + + "snippets.ultisnips.directories": + [ + "UltiSnips", + "~/.config/nvim/utils/snips" + ] + +} |