mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 15:09:44 +00:00
19 lines
291 B
Lua
19 lines
291 B
Lua
return {
|
|
"williamboman/mason.nvim",
|
|
opts = {
|
|
ensure_installed = {
|
|
"bash-language-server",
|
|
"shfmt",
|
|
"shellcheck",
|
|
"emmet-ls",
|
|
"eslint_d",
|
|
"pyright",
|
|
"html-lsp",
|
|
"prettier",
|
|
"autopep8",
|
|
"stylua",
|
|
"gopls",
|
|
},
|
|
},
|
|
}
|