mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
nvim-lsp/tsserver: init (#57)
This commit is contained in:
parent
76b915937e
commit
e19114a4d0
1 changed files with 8 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue