coc-python is apparently deprecated.

This commit is contained in:
Alex Manning 2021-12-09 09:14:52 +00:00
parent ada47a526f
commit 79b1a794fd
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,4 @@
{ {
"python.linting.enabled": false,
"python.jediEnabled": false,
"rust-client.disableRustup": true, "rust-client.disableRustup": true,
"javascript.format.enabled": false, "javascript.format.enabled": false,

View file

@ -38,7 +38,7 @@ let g:ale_json_jq_options = '--sort-keys'
"""Base Settings for COC """Base Settings for COC
let g:coc_config_home = '~/.alex-environ/home/.vimrc.d/coc' let g:coc_config_home = '~/.alex-environ/home/.vimrc.d/coc'
let g:coc_global_extensions = ['coc-python', 'coc-rls', 'coc-tsserver', 'coc-json', 'coc-htmldjango'] let g:coc_global_extensions = ['coc-jedi', 'coc-rls', 'coc-tsserver', 'coc-json', 'coc-htmldjango']
"""Language Specific Options. """Language Specific Options.
"Remeber that COC has it's own settings file too, so most of it's settings are "Remeber that COC has it's own settings file too, so most of it's settings are
"there. "there.