You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<img alt="Matrix room at #wakatime-ls:wiro.world" src="https://img.shields.io/badge/Matrix-%23wakatime--ls%3Awiro.world-white?logo=matrix">
14
13
</a>
15
14
</p>
16
15
17
16
I made this language server wrapper implementation around `wakatime-cli` because I wanted support for WakaTime in [Helix](https://github.com/helix-editor/helix). That said, it's should be compatible with every LSP implementation.
18
17
18
+
`wakatime-ls` listens to open, change, save and close file events. It then reflects this activity by sending heartbeats via the `wakatime-cli`.
19
+
19
20
# Installation
20
21
21
22
<details>
@@ -24,11 +25,12 @@ I made this language server wrapper implementation around `wakatime-cli` because
`wakatime-ls` is an LSP so it is easy to quickly integrate into any editor.
128
+
`wakatime-ls` is a language server, it's easy to quickly integrate into any editor that support the language server protocol.
127
129
128
130
Feel free to make a PR for your own favorite editor.
129
131
130
-
---
132
+
# License
131
133
132
-
Work is licensed under [`CECILL-2.1`](https://choosealicense.com/licenses/cecill-2.1/), a French OSS license that allows modification and distribution of the software while requiring the same license for derived works.
134
+
Work is licensed under [CECILL-2.1](https://choosealicense.com/licenses/cecill-2.1/), a French OSS license that allows modification and distribution of the software while requiring the same license for derived works.
0 commit comments