Unverified Commit d62966d0 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

typos-lsp: add comment

parent e94ecdea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "typos-lsp";
  # Please update the corresponding VSCode extension too.
  # See pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix
  version = "0.1.18";

  src = fetchFromGitHub {