1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-12 20:41:16 +02:00
Files
dotfiles/.config/nvim/lua/plugins/tidy.lua
2024-10-12 18:21:50 +02:00

11 lines
185 B
Lua

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