1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-18 18:07:45 +01:00

11 lines
185 B
Lua
Raw Normal View History

return {
-- clean up white spaces and empty lines before writing
{
"mcauley-penney/tidy.nvim",
2024-10-12 18:21:50 +02:00
branch = "main",
opts = {
filetype_exclude = { "diff" }
}
}
}