Modularize ssh config
This commit is contained in:
@@ -2,4 +2,7 @@ vim.filetype.add({
|
||||
filename = {
|
||||
[".lintstagedrc"] = "json",
|
||||
},
|
||||
pattern = {
|
||||
[".*/%.ssh/config%.d/.*"] = "sshconfig",
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user