neovim-dots/lua/plugins/extras.lua

12 lines
199 B
Lua
Raw Normal View History

2024-04-18 22:22:11 -07:00
-- stylua: ignore
2024-04-18 23:20:06 -07:00
-- defines extra plugins that don't directly affect editing
2024-04-18 22:22:11 -07:00
return {
{
"andweeb/presence.nvim",
opts = {
workspace_text = "The One True Text Editor",
},
},
}