feat: add wakatime plugin

This commit is contained in:
TJ 2024-03-08 20:08:27 -07:00
parent b9e59b2376
commit 997b1670af
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@
-- I promise not to create any merge conflicts in this directory :) -- I promise not to create any merge conflicts in this directory :)
-- --
-- See the kickstart.nvim README for more information -- See the kickstart.nvim README for more information
return {} return {
{ 'wakatime/vim-wakatime', lazy = false },
}