neovim-dots/lua/plugins/presence.lua
2024-04-18 22:22:11 -07:00

10 lines
139 B
Lua

-- stylua: ignore
return {
{
"andweeb/presence.nvim",
opts = {
workspace_text = "The One True Text Editor",
},
},
}