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