vim: set gitconfig filetype for delta config

This commit is contained in:
Fernando Schauenburg 2024-03-09 03:27:45 +01:00
parent 4ed212a5e1
commit b98404a488

View file

@ -6,6 +6,7 @@ M.setup = function()
["${HOME}/.ssh/config.d/.*"] = "sshconfig", ["${HOME}/.ssh/config.d/.*"] = "sshconfig",
[".*/ssh/config"] = "sshconfig", [".*/ssh/config"] = "sshconfig",
[".*/git/config"] = "gitconfig", [".*/git/config"] = "gitconfig",
[".*gitconfig"] = "gitconfig",
[".*config/zsh/.*"] = "zsh", [".*config/zsh/.*"] = "zsh",
}, },
} }