mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
14 lines
298 B
Lua
14 lines
298 B
Lua
return {
|
|
|
|
{
|
|
'nvim-lua/plenary.nvim',
|
|
version = '*',
|
|
lazy = false,
|
|
},
|
|
|
|
-- Vim plugin for automatic time tracking and metrics
|
|
-- generated from your programming activity.
|
|
-- https://github.com/wakatime/vim-wakatime
|
|
{ 'wakatime/vim-wakatime', lazy = false, enabled = true },
|
|
}
|