neovim-dots/lua/plugins/extras.lua
2024-04-19 01:26:49 -07:00

12 lines
215 B
Lua

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