Use basedpyright instead of pyright
This commit is contained in:
parent
25ba85d778
commit
aaac8b374c
@ -129,7 +129,7 @@ return {
|
|||||||
'clangd',
|
'clangd',
|
||||||
'denols',
|
'denols',
|
||||||
-- 'neocmake',
|
-- 'neocmake',
|
||||||
'pyright',
|
-- 'pyright',
|
||||||
-- 'zk', -- No support for windows
|
-- 'zk', -- No support for windows
|
||||||
'lua_ls',
|
'lua_ls',
|
||||||
'jsonls',
|
'jsonls',
|
||||||
@ -195,7 +195,12 @@ return {
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
lspconfig['pyright'].setup {
|
-- lspconfig['pyright'].setup {
|
||||||
|
-- capabilities = capabilities,
|
||||||
|
-- on_attach = on_attach,
|
||||||
|
-- }
|
||||||
|
|
||||||
|
lspconfig['basedpyright'].setup {
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user