mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-12 00:40:33 -07:00
16 lines
254 B
Lua
16 lines
254 B
Lua
return {
|
|
"williamboman/mason.nvim",
|
|
opts = {
|
|
ensure_installed = {
|
|
"lua-language-server",
|
|
"stylua",
|
|
"html-lsp",
|
|
"css-lsp",
|
|
"prettier",
|
|
"gopls",
|
|
"goimports",
|
|
"golines",
|
|
"gofumpt",
|
|
},
|
|
},
|
|
}
|