From a2f6550177f53452632e964d0938649207780b0b Mon Sep 17 00:00:00 2001 From: Andrew Kwon Date: Thu, 11 Mar 2021 10:25:30 -0800 Subject: [PATCH] Add yaml and abook file assets --- lua/presence/file_assets.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/presence/file_assets.lua b/lua/presence/file_assets.lua index e3c6231..d9dd957 100644 --- a/lua/presence/file_assets.lua +++ b/lua/presence/file_assets.lua @@ -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" }, }