Move plugins to their own files

This commit is contained in:
Gabe Farrell 2024-04-10 17:00:58 -04:00
parent 95d38fef5d
commit 892a6f6ec0
6 changed files with 94 additions and 95 deletions

16
lua/plugins/mason.lua Normal file
View file

@ -0,0 +1,16 @@
return {
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"lua-language-server",
"stylua",
"html-lsp",
"css-lsp",
"prettier",
"gopls",
"goimports",
"golines",
"gofumpt",
},
},
}