mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 04:05:06 +02:00
nvim-lsp/tailwindcss: init (#85)
This commit is contained in:
parent
db8a2c0b97
commit
de6519f713
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@ let
|
||||||
description = "Enable rust-analyzer, for Rust.";
|
description = "Enable rust-analyzer, for Rust.";
|
||||||
serverName = "rust_analyzer";
|
serverName = "rust_analyzer";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "tailwindcss";
|
||||||
|
description = "Enable tailwindcss language server, for tailwindcss";
|
||||||
|
packages = [ pkgs.nodePackages."@tailwindcss/language-server" ];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "tsserver";
|
name = "tsserver";
|
||||||
description = "Enable tsserver for typescript";
|
description = "Enable tsserver for typescript";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue