From 88467bfe5219d358676b7cd745ddc8cb86720ebd Mon Sep 17 00:00:00 2001 From: Job Jobse Date: Tue, 8 Sep 2026 21:19:40 +0200 Subject: [PATCH] feat: use biome as lsp --- plugin/40_plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/40_plugins.lua b/plugin/40_plugins.lua index b5dec47..256ba50 100644 --- a/plugin/40_plugins.lua +++ b/plugin/40_plugins.lua @@ -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