Skip to content

Commit

Permalink
config: nvim: lua: plugins: mason.lua: format and add prettier formatter
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Karfich <[email protected]>
  • Loading branch information
alegsan committed Feb 21, 2025
1 parent 2fe8af7 commit 291dff5
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions config/nvim/lua/plugins/mason.lua
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
return {
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"bash-language-server",
"clang-format",
"clangd",
"lua-language-server",
"pyright",
"ruff",
"shellcheck",
"shfmt",
"stylua",
"yaml-language-server",
},
},
},
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"bash-language-server",
"clang-format",
"clangd",
"lua-language-server",
"prettier",
"pyright",
"ruff",
"shellcheck",
"shfmt",
"stylua",
"yaml-language-server",
},
},
},
}

0 comments on commit 291dff5

Please sign in to comment.