nvim-lsp/tsserver: init (#57)

This commit is contained in:
Alexander Nortung 2022-10-28 01:40:40 +02:00 committed by GitHub
parent 76b915937e
commit e19114a4d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,14 @@ let
description = "Enable rust-analyzer, for Rust.";
serverName = "rust_analyzer";
}
{
name = "tsserver";
description = "Enable tsserver for typescript";
packages = with pkgs; [
nodePackages.typescript
nodePackages.typescript-language-server
];
}
{
name = "vuels";
description = "Enable vuels, for Vue";