From c7833981d566a0a69b67dceee04979b9e124941b Mon Sep 17 00:00:00 2001 From: Simon Ayoub Date: Fri, 7 Feb 2025 21:06:58 +1100 Subject: [PATCH] added wakatime added wakatime --- init.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.lua b/init.lua index 7c79c047..637bf5f2 100644 --- a/init.lua +++ b/init.lua @@ -1091,6 +1091,10 @@ require('lazy').setup({ vim.g.VM_add_cursor_at_pos_no_mappings = 1 end, }, + { + 'wakatime/vim-wakatime', + lazy = false + }, -- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the -- init.lua. If you want these files, they are in the repository, so you can just download them and -- place them in the correct locations.