Use conform.nvim for fold-preserving formatting

This commit is contained in:
Alexander Gehrke 2024-04-04 18:18:22 +02:00
parent 855db2feee
commit b1e951ef1d
5 changed files with 52 additions and 17 deletions

View file

@ -1,11 +1,3 @@
return {
'mfussenegger/nvim-lint',
{
'mhartington/formatter.nvim',
opts = function()
return {
}
end
}
}