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

nvim: tidy updated

This commit is contained in:
TiynGER
2024-10-12 18:21:50 +02:00
parent a67a1f306d
commit 5541ec87b9
2 changed files with 2 additions and 2 deletions

View File

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