Modularize ssh config

This commit is contained in:
2025-05-15 10:28:58 +02:00
parent 1bb976d442
commit 9e3b784168
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",
},
})