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