mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/lsp: add typos-lsp
This commit is contained in:
parent
82a24d0d42
commit
f53be2242e
2 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -158,6 +158,7 @@
|
|||
terraformls.enable = true;
|
||||
texlab.enable = true;
|
||||
tsserver.enable = true;
|
||||
typos-lsp.enable = true;
|
||||
typst-lsp.enable = true;
|
||||
vala-ls.enable = true;
|
||||
vls.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue