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:
@@ -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" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user