13 lines
260 B
Lua
13 lines
260 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",
|
|
},
|
|
},
|
|
{ 'wakatime/vim-wakatime', lazy = false },
|
|
}
|