mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-11-23 20:37:50 +01:00
Add yaml and abook file assets
This commit is contained in:
parent
9162582eb6
commit
a2f6550177
@ -2,6 +2,8 @@
|
||||
return {
|
||||
COMMIT_EDITMSG = { "git", "git" },
|
||||
[".vimrc"] = { ".vimrc", "vim" },
|
||||
addressbook = { "abook", "abook" },
|
||||
abookrc = { "abook", "abook" },
|
||||
ahk = { "Autohotkey", "autohotkey" },
|
||||
applescript = { "Applescript", "applescript" },
|
||||
bash = { "Shell", "shell" },
|
||||
@ -51,5 +53,7 @@ return {
|
||||
vim = { "Vim", "vim" },
|
||||
viml = { "Vim", "vim" },
|
||||
vue = { "Vue", "vue" },
|
||||
yaml = { "YAML", "yaml" },
|
||||
yml = { "YAML", "yaml" },
|
||||
zsh = { "Shell", "shell" },
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user