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 = {
|
||||
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 = {},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue