Remove wakatime plugin
This commit is contained in:
parent
38203fbe76
commit
f01dc6d9f0
@ -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
|
|
Loading…
Reference in New Issue
Block a user