Quantify your coding inside Vim.
- Point hackatime to your influxdb instance (and optionally set Basic Authorization information):
let g: hackatime_InfluxHost = 'influx.example.com'
let g: hackatime_BasicAuth = 'user:password' " optional
- Use Vim and your coding activity will be displayed on your Grafana dashboard.
Note: HackaTime depends on Python being installed to work correctly. To use a custom python binary:
let g:hackatime_PythonBinary = '/usr/bin/python'
Release influx/grafana dashboad setup.