feat: use biome as lsp

This commit is contained in:
Job Jobse
2026-09-08 21:19:40 +02:00
parent 3b27bbca7b
commit 88467bfe52
+1 -1
View File
@@ -33,7 +33,7 @@ end)
-- LSP
Config.now_if_args(function()
vim.pack.add({ 'https://github.com/neovim/nvim-lspconfig' })
vim.lsp.enable({ 'ansiblels', 'gopls', 'phpantom_lsp', 'svelte', 'tailwindcss', 'tsc' })
vim.lsp.enable({ 'ansiblels', 'gopls', 'phpantom_lsp', 'svelte', 'tailwindcss', 'tsc', 'biome' })
end)
-- Formatting