[CLEAN/ADD] ruby stuff
This commit is contained in:
16
lua/plugins/mason.lua
Normal file
16
lua/plugins/mason.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
return {
|
||||
"williamboman/mason.nvim",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"basedpyright",
|
||||
"biome",
|
||||
"black",
|
||||
"lemminx",
|
||||
"lua-language-server",
|
||||
"ruby-lsp",
|
||||
"ruff",
|
||||
"shfmt",
|
||||
"stylua",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user