From 3d59c48118f94db200006ba2a8faf2a7973b67cd Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:49:01 +0000 Subject: update nixvim lsp --- apps/nixvim.nix | 3 +++ 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 -- cgit v1.2.3