ensure eruby formatter/linter are setup

This commit is contained in:
Kevin Robayna 2024-07-19 10:01:38 +01:00
parent aee364212b
commit 768b5c7c09

View file

@ -44,6 +44,10 @@ return {
},
},
},
{
"williamboman/mason.nvim",
opts = { ensure_installed = { "erb-formatter", "erb-lint" } },
},
{
"mfussenegger/nvim-dap",
optional = true,