Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/nvim/lua/user/discord.lua
Daryl Ronningen 2349531c10
general updates
Signed-off-by: Daryl Ronningen <relms@relms.dev>
2022-06-27 17:06:31 +08:00

6 lines
107 B
Lua

local status_ok, discord = pcall(require, "presence")
if not status_ok then
return
end
discord:setup({})