autoinstall formatters and automatting

This commit is contained in:
Eric Tiedemann 2023-11-26 11:23:30 -05:00
parent 743c03a1b6
commit b290445c7a
7 changed files with 39 additions and 10 deletions

View file

@ -0,0 +1,8 @@
return {
"jay-babu/mason-null-ls.nvim",
event = { "BufReadPre", "BufNewFile" },
dependencies = { "williamboman/mason.nvim", "jose-elias-alvarez/null-ls.nvim" },
config = function()
require("custom.config.mason-null-ls-config")
end,
}