1
0
Fork 0

lsp: setup biome after TS Server

This commit is contained in:
Felipe 2024-06-03 16:56:15 -04:00
parent c3970748a9
commit 7bfd33ff95
Signed by: pitbuster
SSH key fingerprint: SHA256:OM3HeVSA96adfy2Gi8OhZkQBY67P88LoJUwkeVoTArQ

View file

@ -343,9 +343,6 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
clangd = {
filetypes = { "c", "cpp" }
},
biome = {
cmd = { "pnpm", "exec", "biome", "lsp-proxy" }
},
dotls = {},
eslint = {},
gopls = {},
@ -381,6 +378,9 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
texlab = {},
tflint = {},
tsserver = {},
biome = {
cmd = { "pnpm", "exec", "biome", "lsp-proxy" }
},
typst_lsp = {},
}