mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat!: make conform.nvim
and nvim-lint
the default formatters/linters
This commit is contained in:
parent
70f91956e7
commit
14c091b1fc
13 changed files with 148 additions and 64 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue