vim-wakatime icon indicating copy to clipboard operation
vim-wakatime copied to clipboard

Vim plugin for automatic time tracking and metrics generated from your programming activity.

Results 10 vim-wakatime issues
Sort by recently updated
recently updated
newest added

Hi everyone, I had this message but I don't know how to debug it. I have set apikey when I installed the plugin (with vim-plug) but it didn't work so...

Hi, How I can put the value from :WakaTimeToday on my status line?

enhancement

I am trying to Install neovim-wakatime on windows. I followed all the instruction but now I am getting following error ![Screenshot 2022-03-21 151155](https://user-images.githubusercontent.com/1523391/159250051-69ecd439-5499-42be-afdd-efe99185fecb.png) Further more, it's kinda stuck in the...

bug

I recently started configuring NeoVim for my Mac computer and added the waka-time plugin as stated in the README file. This is my plugin config: ```viml return { 'wakatime/vim-wakatime', lazy...

Logs: ``` {"caller":"cmd/params/params.go:401","func":"params.LoadHeartbeatParams","level":"error","message":"failed to read extra heartbeats: failed parsing: failed to json decode from data \"[{\\\"entity\\\": \\\"C:\\\\Users\\\\pikac\\\\AppData\\\\Local\\\\nvim\\\\lua\\\\plugins\\\\termdebug.lua\\\", \\\"timestamp\\\": 1676881606, \\\"is_write\\\": true, \\\"alternate_language\\\": \\\"lua\\\"}]\\n\": invalid character 'U' in string escape code","now":"2023-02-20T18:56:46+10:30","os/arch":"windows/amd64","version":"v1.66.0"}...

bug

With a fresh neovim setup, during plugins installation it's really annoying to have the process blocked by wakatime asking for the api key. In my opinion it would be much...

Sometimes NeoVim users are seeing incorrect daily 24hrs coding activity. So far haven't been able to reproduce it on my end.

bug

I have NeoVim installed and running on an up-to-date Windows 10 system. I am using Packer for my package manager. Upon adding the line `use("wakatime/vim-wakatime")` and running a :PackerSync, wakatime...

I'm not sure if this is already possible, but I often switch between my NeoVim and LunarVim configs. currently both show as NeoVim on wakatime. Is it possible to isolate...

So, I have just installed [vim-ai](https://github.com/madox2/vim-ai) plugin, which uses a buffer for chat sessions. -- ``` :echo &filetype aichat :echo expand('%') >>> AI chat ```