mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 05:21:04 +00:00
add rubocop
This commit is contained in:
parent
d693496fe9
commit
bdb9375efe
1 changed files with 14 additions and 0 deletions
14
lua/plugins/lsp.lua
Normal file
14
lua/plugins/lsp.lua
Normal 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",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue