plugins/lsp: add typos-lsp

This commit is contained in:
James Taranto 2024-02-15 23:00:35 +11:00 committed by Gaétan Lepage
parent 82a24d0d42
commit f53be2242e
2 changed files with 6 additions and 0 deletions

View file

@ -596,6 +596,11 @@ with lib; let
description = "tsserver for TypeScript";
package = pkgs.nodePackages.typescript-language-server;
}
{
name = "typos-lsp";
serverName = "typos_lsp";
description = "Source code spell checker for Visual Studio Code and LSP clients";
}
{
name = "typst-lsp";
serverName = "typst_lsp";