style(mason.lua): remove unnecessary semicolon at the end of require statement

feat(mason.lua): replace eslint with biome in the list of installed LSP servers for mason configuration
This commit is contained in:
David Ibia
2024-03-17 15:02:00 +01:00
parent 5e7ffa698a
commit bacfe5981e

View File

@@ -1,8 +1,8 @@
require("mason").setup();
require("mason").setup()
require("mason-lspconfig").setup({
ensure_installed = {
"tsserver",
"eslint",
"biome",
"rust_analyzer",
"html",
"emmet_ls",