1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 19:41:15 +02:00

nvim: switch back to official tidy with newly added manual cleanup

This commit is contained in:
2024-01-04 19:44:24 +01:00
parent 98cace7592
commit ff9550d552
4 changed files with 30 additions and 6 deletions

View File

@@ -1,9 +1,10 @@
return {
-- clean up white spaces and empty lines before writing
{
"tiyn/tidy.nvim",
"mcauley-penney/tidy.nvim",
branch = "triggerable-tidy",
opts = {
filetype_exclude = {}
filetype_exclude = { "diff" }
}
}
}