typos-lsp: add comment

This commit is contained in:
Pol Dellaiera
2024-05-04 23:00:26 +02:00
parent e94ecdea5a
commit d62966d066
+2
View File
@@ -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 {