From b2cb147f7ac5c110638fcc280174d83aed95908f Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 26 Apr 2020 01:39:35 -0400 Subject: added airline --- coc-settings.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 coc-settings.json (limited to 'coc-settings.json') 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" + ] + +} -- cgit v1.2.3