Add Pyright LSP

This commit is contained in:
Ryan Cavicchioni 2024-10-08 17:47:20 -05:00
parent 88bb17d41c
commit 4c6de3bb04
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -16,6 +16,7 @@ return {
"standardrb", "standardrb",
"terraformls", "terraformls",
"yamlls", "yamlls",
"pyright",
}, },
}) })
end, end,
@ -47,6 +48,7 @@ return {
}, },
}, },
}) })
lspconfig.pyright.setup({})
end, end,
}, },
} }