Add coc-pyright
This commit is contained in:
parent
d579781297
commit
6afb7f80d8
2 changed files with 1 additions and 4 deletions
|
@ -16,10 +16,6 @@
|
||||||
"clangd.checkUpdates": false,
|
"clangd.checkUpdates": false,
|
||||||
"clangd.path": "clangd",
|
"clangd.path": "clangd",
|
||||||
"svelte.plugin.svelte.format.enable": false,
|
"svelte.plugin.svelte.format.enable": false,
|
||||||
"python.analysis.extraPaths": [
|
|
||||||
"/usr/share/gdb/python",
|
|
||||||
"/usr/share/pwndbg/"
|
|
||||||
],
|
|
||||||
"languageserver": {
|
"languageserver": {
|
||||||
"zls" : {
|
"zls" : {
|
||||||
"command": "zls",
|
"command": "zls",
|
||||||
|
|
|
@ -122,6 +122,7 @@
|
||||||
coc-json
|
coc-json
|
||||||
coc-go
|
coc-go
|
||||||
coc-html
|
coc-html
|
||||||
|
coc-pyright
|
||||||
coc-tsserver
|
coc-tsserver
|
||||||
coc-clangd
|
coc-clangd
|
||||||
neoformat
|
neoformat
|
||||||
|
|
Loading…
Reference in a new issue