diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-11-26 19:49:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-26 19:49:01 +0000 |
| commit | 3d59c48118f94db200006ba2a8faf2a7973b67cd (patch) | |
| tree | 60e938e161c46f3d7bd1f21361e888507dad94e9 | |
| parent | 0114f4d60c2e256a29cdfd238dca6061e13ee584 (diff) | |
update nixvim lsp
| -rw-r--r-- | apps/nixvim.nix | 3 | ||||
| -rw-r--r-- | shells/haemolacriaa.nix | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/apps/nixvim.nix b/apps/nixvim.nix index d2a112d..291dd8a 100644 --- a/apps/nixvim.nix +++ b/apps/nixvim.nix @@ -68,6 +68,9 @@ java-language-server.enable = true; cmake.enable = true; sqls.enable = true; + nixd.enable = true; + tailwindcss.enable = true; + svelte.enable = true; rust-analyzer = { enable = true; installRustc = true; diff --git a/shells/haemolacriaa.nix b/shells/haemolacriaa.nix index da9e7dc..424d404 100644 --- a/shells/haemolacriaa.nix +++ b/shells/haemolacriaa.nix @@ -2,14 +2,8 @@ pkgs.mkShell { packages = with pkgs; [ - clang rustup - rustc - rust-analyzer - rustfmt trunk - rustc-wasm32 - cargo cargo-binutils cargo-leptos cargo-generate |
