chore: eslint and mason setup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user