🗑️ remove(nvim): biome extra

need to look into how to implement biome
This commit is contained in:
Sergio Laín 2024-01-06 01:20:45 +01:00
parent bae88d66ce
commit ec07c7b6bb
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,17 +0,0 @@
return {
{
"williamboman/mason.nvim",
opts = function(_, opts)
opts.ensure_installed = opts.ensure_installed or {}
vim.list_extend(opts.ensure_installed, { "biome" })
end,
},
{
"neovim/nvim-lspconfig",
opts = {
servers = {
biome = {},
},
},
},
}