feat(Vim): Change LSP for Python in CoC

This commit is contained in:
Dionisio E Alonso 2024-01-22 15:56:09 -03:00
parent fff98b3bf5
commit 50a61778e7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
" Default extensions
let g:coc_global_extensions = [
\ "coc-diagnostic",
\ "coc-jedi", "@yaegassy/coc-mypy", "coc-clangd", "coc-rust-analyzer"
\ "@yaegassy/coc-ruff", "@yaegassy/coc-pylsp", "@yaegassy/coc-mypy", "coc-clangd", "coc-rust-analyzer"
\ ]
" Remap keys for gotos