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

nvim: added tidy.nvim config

This commit is contained in:
tiyn 2023-08-06 14:11:57 +02:00
parent e83f452fc3
commit cf0389b1d3

View File

@ -0,0 +1,5 @@
-- mcauley-penney/tidy.nvim
require("tidy").setup({
filetype_exclude = {},
})