feat!: make conform.nvim and nvim-lint the default formatters/linters

This commit is contained in:
Folke Lemaitre 2023-10-10 22:12:33 +02:00
parent 70f91956e7
commit 14c091b1fc
13 changed files with 148 additions and 64 deletions

View file

@ -10,6 +10,7 @@ return {
optional = true,
opts = function(_, opts)
local nls = require("null-ls")
opts.sources = opts.sources or {}
table.insert(opts.sources, nls.builtins.formatting.prettierd)
end,
},