1
0
Fork 0

lsp: add slint lsp

This commit is contained in:
Felipe 2025-09-01 21:21:07 -04:00
parent 5f94751949
commit bb5c55f719
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk
2 changed files with 2 additions and 3 deletions

View file

@ -59,13 +59,11 @@ return {
} }
} }
}, },
slint_lsp = {},
taplo = {}, taplo = {},
texlab = {}, texlab = {},
tflint = {}, tflint = {},
ts_ls = {}, ts_ls = {},
biome = {
cmd = { "pnpm", "exec", "biome", "lsp-proxy" }
},
tinymist = {}, tinymist = {},
} }

View file

@ -58,6 +58,7 @@ return {
"rst", "rst",
"rust", "rust",
"scss", "scss",
"slint",
"sql", "sql",
"terraform", "terraform",
"toml", "toml",