Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
13 lines
172 B
Lua
13 lines
172 B
Lua
return {
|
|
"williamboman/mason.nvim",
|
|
opts = {
|
|
ensure_installed = {
|
|
"eslint_d",
|
|
"shellcheck",
|
|
"stylua",
|
|
"blue",
|
|
"prettierd",
|
|
"markdownlint",
|
|
},
|
|
},
|
|
}
|