neovim-dots/lua/plugins/extras.lua

11 lines
199 B
Lua

-- stylua: ignore
-- defines extra plugins that don't directly affect editing
return {
{
"andweeb/presence.nvim",
opts = {
workspace_text = "The One True Text Editor",
},
},
}