feat: Adding pyright to neovim LSP configs
This commit is contained in:
parent
2be158262c
commit
b44517f814
@ -115,6 +115,8 @@ return {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.lsp.config("pyright", {})
|
||||||
|
|
||||||
vim.lsp.config("*", {
|
vim.lsp.config("*", {
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user