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

Track your programming activity in real-time in Vim

Results 6 swdc-vim issues
Sort by recently updated
recently updated
newest added

Any info if there will be any update on this project? I really loved this extension in vs code. Would love it in vim or neovim

``` Error detected while processing function 33_Init[3]..33_sendOfflineData[1]..33_checkUserAuthentication[9]..33_executeCurl: line 38: E474: Invalid argument Error detected while processing function 33_Init[3]..33_sendOfflineData[10]..33_executeCurl: line 38: E474: Invalid argument Press ENTER or type command to continue...

bug

I've attached a screenshot. It's how my vim looks like after installation of the plugin. ![screen shot 2019-03-08 at 12 22 57](https://user-images.githubusercontent.com/8686568/54019930-89423800-419d-11e9-911b-fe85dbda1a1a.png)

bug

Even without adding `set runtimepath^=~/.vim/bundle/swdc-vim.vim` into vimrc. ![image](https://user-images.githubusercontent.com/3514015/54271608-e7528f00-4592-11e9-9946-e5d0b0952018.png) Stock Vim 8 on current Mac: ``` :version VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Aug 17 2018 17:24:51) Included...

Everywhere where I open vim I found `resourceInfo.out` created with an email address (in the process it change content). Please consider using tmpfile or don't use file at all.

bug

On a fresh installation i get the error `command not found: osascript.` Installed with vundle along with these plugins: ``` Plugin 'airblade/vim-gitgutter' Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-speeddating' Plugin 'tpope/vim-surround' Plugin 'sjl/gundo.vim'...