Skip to content

Commit

Permalink
docs: add nix and cachix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed May 9, 2024
1 parent 6fbfd28 commit c9598dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Wakatime LSP
# Wakatime LSP ![Nix Powered](https://img.shields.io/badge/Nix-Powered-blue?logo=nixos) [![Cachix Cache](https://img.shields.io/badge/cachix-mrnossiom-blue.svg)](https://mrnossiom.cachix.org)

<p align="center"><strong>
A dead-simple LSP around <code>wakatime-cli</code> to send code tracking heartbeats
</strong></p>


I made this LSP 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 implementations.

## Installation
Expand Down Expand Up @@ -51,7 +50,7 @@ A `flake.nix` is available which means that you can use `github:mrnossiom/wakati

e.g. `nix profile install github:mrnossiom/wakatime-lsp`

Package is reachable under `packages.${system}.default` or `packages.${system}.wakatime-lsp`.
Package is reachable through `packages.${system}.default` or `packages.${system}.wakatime-lsp`.

</details>

Expand Down

0 comments on commit c9598dd

Please sign in to comment.