lsp: setup biome after TS Server
This commit is contained in:
parent
c3970748a9
commit
7bfd33ff95
1 changed files with 3 additions and 3 deletions
6
init.lua
6
init.lua
|
|
@ -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 = {},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue