feat: Adding pyright to neovim LSP configs

This commit is contained in:
Finch 2025-06-09 05:54:14 -05:00
parent 2be158262c
commit b44517f814

View File

@ -115,6 +115,8 @@ return {
}
})
vim.lsp.config("pyright", {})
vim.lsp.config("*", {
capabilities = capabilities,
on_attach = on_attach,