diff options
author | Chris <[email protected]> | 2020-05-25 17:45:56 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-25 17:45:56 -0400 |
commit | f4c1e8dc3b41be9e37c51257885c2440a7c2fdbe (patch) | |
tree | 63fac816050abdb1c587c41491b00e1f8de52e05 /coc-settings.json | |
parent | 3bb390f1ebd55a3adec48376e2f4e86ad60e9fa3 (diff) |
updated paths.vim path
Diffstat (limited to 'coc-settings.json')
-rw-r--r-- | coc-settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coc-settings.json b/coc-settings.json index 61aa85a6..234ba59e 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -38,6 +38,7 @@ // python config "python.linting.enabled": true, "python.linting.pylintEnabled": true, + // "python.linting.pylintPath": "~/.local/bin/pylint", // snippets "snippets.ultisnips.directories": ["UltiSnips", "~/.config/nvim/snips"], |