dotfiles/home/private_dot_config/astronvim/lua/user/plugins/mason-null-ls.lua

11 lines
128 B
Lua
Raw Normal View History

2022-12-09 14:32:12 -06:00
return {
ensure_installed = {
"shellcheck",
"stylua",
"black",
"isort",
"shfmt",
"shellcheck",
},
}