1
0

Remove wakatime plugin

This commit is contained in:
Patrick Auernig 2025-01-01 15:37:11 +01:00
parent 38203fbe76
commit f01dc6d9f0

View File

@ -1,15 +0,0 @@
local spec = {
"wakatime/vim-wakatime",
}
spec.event = function()
local wakatime_home = os.getenv("WAKATIME_HOME")
if wakatime_home and vim.loop.fs_stat(wakatime_home) then
return { "VimEnter" }
end
return {}
end
return spec