mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
ensure eruby formatter/linter are setup
This commit is contained in:
parent
aee364212b
commit
768b5c7c09
1 changed files with 4 additions and 0 deletions
|
|
@ -44,6 +44,10 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = { ensure_installed = { "erb-formatter", "erb-lint" } },
|
||||
},
|
||||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
optional = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue