feat: add neocord rich presence

This commit is contained in:
Youwen Wu 2024-10-10 13:52:42 -07:00
parent cfef8a7ef8
commit 833b472714
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 13 additions and 0 deletions

View file

@ -167,6 +167,7 @@
barbecue-nvim barbecue-nvim
undotree undotree
conform-nvim conform-nvim
neocord
]; ];
}; };

View file

@ -216,4 +216,16 @@ return {
}, },
}, },
}, },
{
"neocord",
event = "BufEnter",
after = function()
require("neocord").setup({
editing_text = "Hacking %s",
logo_tooltip = "The One True Text Editor",
terminal_text = "Bypassing the mainframe",
workspace_text = "The One True Text Editor",
})
end,
},
} }