mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update config for pyright
This commit is contained in:
parent
fe3d5e5922
commit
1141a18c5f
@ -144,8 +144,7 @@ if utils.executable('pyright') then
|
|||||||
lspconfig.pyright.setup {
|
lspconfig.pyright.setup {
|
||||||
cmd = { "delance-langserver", "--stdio" },
|
cmd = { "delance-langserver", "--stdio" },
|
||||||
on_attach = custom_attach,
|
on_attach = custom_attach,
|
||||||
-- capabilities = merged_capability,
|
capabilities = merged_capability,
|
||||||
capabilities = capabilities,
|
|
||||||
settings = {
|
settings = {
|
||||||
pyright = {
|
pyright = {
|
||||||
-- disable import sorting and use Ruff for this
|
-- disable import sorting and use Ruff for this
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user