mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +02:00
plugins/lsp: add svelte language server
This commit is contained in:
parent
764a6a8666
commit
4719700870
4 changed files with 428 additions and 0 deletions
|
@ -465,6 +465,11 @@ with lib; let
|
|||
description = "Enable the sourcekit language server, for Swift and C/C++/Objective-C";
|
||||
package = pkgs.sourcekit-lsp;
|
||||
}
|
||||
{
|
||||
name = "svelte";
|
||||
description = "Enable the svelte language server, for Svelte";
|
||||
package = pkgs.nodePackages.svelte-language-server;
|
||||
}
|
||||
{
|
||||
name = "tailwindcss";
|
||||
description = "Enable tailwindcss language server, for tailwindcss";
|
||||
|
@ -511,5 +516,6 @@ in {
|
|||
++ [
|
||||
./ccls.nix
|
||||
./pylsp.nix
|
||||
./svelte.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue