neovim-dots/lua/plugins/extras.lua

15 lines
295 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",
2024-04-19 01:26:49 -07:00
lazy=false,
2024-04-18 22:22:11 -07:00
opts = {
workspace_text = "The One True Text Editor",
editing_text = "Hacking %s",
2024-04-18 22:22:11 -07:00
},
},
{ 'wakatime/vim-wakatime', lazy = false },
2024-04-18 22:22:11 -07:00
}