add rubocop

This commit is contained in:
Ralph 2024-04-05 00:25:18 -07:00
parent d693496fe9
commit bdb9375efe

14
lua/plugins/lsp.lua Normal file
View file

@ -0,0 +1,14 @@
return {
{
"williamboman/mason.nvim",
opts = {
-- https://github.com/williamboman/mason.nvim?tab=readme-ov-file#introduction
-- https://mason-registry.dev/registry/list
ensure_installed = {
"rubocop",
"stylua",
"shfmt",
},
},
},
}