coc-python is apparently deprecated.
This commit is contained in:
parent
ada47a526f
commit
79b1a794fd
2 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
"python.linting.enabled": false,
|
||||
"python.jediEnabled": false,
|
||||
|
||||
"rust-client.disableRustup": true,
|
||||
|
||||
"javascript.format.enabled": false,
|
||||
|
|
|
@ -38,7 +38,7 @@ let g:ale_json_jq_options = '--sort-keys'
|
|||
|
||||
"""Base Settings for 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.
|
||||
"Remeber that COC has it's own settings file too, so most of it's settings are
|
||||
"there.
|
||||
|
|
Loading…
Reference in a new issue