Modularize ssh config

This commit is contained in:
2025-05-15 10:28:58 +02:00
parent e45f56e5a1
commit bab22fe2bf
3 changed files with 4 additions and 0 deletions

View File

@@ -2,4 +2,7 @@ vim.filetype.add({
filename = {
[".lintstagedrc"] = "json",
},
pattern = {
[".*/%.ssh/config%.d/.*"] = "sshconfig",
},
})