mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/nvim-lsp: add typst-lsp language server
This commit is contained in:
parent
7bec37aff1
commit
82f04e3cf1
2 changed files with 7 additions and 0 deletions
|
@ -305,6 +305,12 @@ with lib; let
|
|||
description = "Enable tsserver for typescript";
|
||||
package = pkgs.nodePackages.typescript-language-server;
|
||||
}
|
||||
{
|
||||
name = "typst-lsp";
|
||||
serverName = "typst_lsp";
|
||||
description = "Enable typst-lsp for typst";
|
||||
package = pkgs.typst-lsp;
|
||||
}
|
||||
{
|
||||
name = "vuels";
|
||||
description = "Enable vuels, for Vue";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue