11 lines
139 B
Lua
11 lines
139 B
Lua
|
-- stylua: ignore
|
||
|
|
||
|
return {
|
||
|
{
|
||
|
"andweeb/presence.nvim",
|
||
|
opts = {
|
||
|
workspace_text = "The One True Text Editor",
|
||
|
},
|
||
|
},
|
||
|
}
|