nvim: use pyright for starlark

This commit is contained in:
Evan Reichard 2025-04-30 13:12:00 -04:00
parent c2af87fce5
commit a58d02d1bd

View File

@ -80,6 +80,7 @@ nvim_lsp.pyright.setup({
on_attach = on_attach,
flags = lsp_flags,
capabilities = capabilities,
filetypes = { "starlark", "python" },
})
-- HTML LSP Configuration