nvim: use pyright for starlark
This commit is contained in:
parent
c2af87fce5
commit
a58d02d1bd
@ -80,6 +80,7 @@ nvim_lsp.pyright.setup({
|
||||
on_attach = on_attach,
|
||||
flags = lsp_flags,
|
||||
capabilities = capabilities,
|
||||
filetypes = { "starlark", "python" },
|
||||
})
|
||||
|
||||
-- HTML LSP Configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user