mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 13:22:13 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
return {
|
||||
"WhoIsSethDaniel/mason-tool-installer.nvim",
|
||||
dependencies = {
|
||||
"williamboman/mason.nvim",
|
||||
},
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"stylua",
|
||||
"luacheck",
|
||||
"stylelint",
|
||||
"shellcheck",
|
||||
"rustfmt",
|
||||
"jq",
|
||||
"jsonlint",
|
||||
"htmlbeautifier",
|
||||
"eslint",
|
||||
"markdownlint",
|
||||
"yamllint",
|
||||
"ansible-lint",
|
||||
"eslint_d",
|
||||
"phpcbf",
|
||||
"phpcs",
|
||||
},
|
||||
auto_update = true,
|
||||
run_on_start = true,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user