chore: eslint and mason setup

This commit is contained in:
2026-05-03 23:01:50 +02:00
parent 3325c48cb2
commit 4d10724f93
5 changed files with 109 additions and 36 deletions

View File

@@ -1,4 +1,31 @@
local config = {
{
"mason-org/mason.nvim",
opts = {
ui = {
icons = {
package_installed = "",
package_pending = "",
package_uninstalled = ""
}
},
ensure_isntalled = {
lsp = {
"typescript-language-server",
"eslint-lsp"
},
dap = {
},
linter = {
"eslint_d"
},
formatter = {
"prettier"
}
}
}
}
,
{
"folke/snacks.nvim",
priority = 1000,