LoginSignup
0
0

More than 5 years have passed since last update.

win10のvim8でwakatimeを動かす

Last updated at Posted at 2018-03-15

概要

動かなかったので、とりあえず動くようにしました。改良版は考え中。

2018.03.15 追記
仕様変更で動かなくなったので、現在調査中…。

環境

  • vim 8.0.1389
  • python
  • dein

dein

起動が遅いので、lazy設定を行いました。

dein_lazy.toml
[[plugins]]
repo = 'wakatime/vim-wakatime'
on_idle = 1

ソース書換え

deinでlazyしている為、repoのファイルを修正しました。

ファイル

~\.cache\dein\repos\github.com\wakatime\vim-wakatime\plugin\wakatime.vim
wakatime.vim

" 設定後、0に強制上書き
let s:has_async = 0

" 設定後、空白に強制上書き
let extra_heartbeats = ''

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0