From da43a0d397581c1f3d076686750f5fc06c56d865 Mon Sep 17 00:00:00 2001 From: ant Date: Mon, 10 Jun 2024 12:45:58 +0200 Subject: [PATCH] Update lsps for nvim --- home.nix | 1 - terminal-software.nix | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index d06f8cb..d07dd85 100644 --- a/home.nix +++ b/home.nix @@ -21,7 +21,6 @@ nh python3 python3Packages.virtualenv - nodePackages.pyright # bluez go-mtpfs xdg-utils diff --git a/terminal-software.nix b/terminal-software.nix index 0e2c396..f27aa65 100644 --- a/terminal-software.nix +++ b/terminal-software.nix @@ -26,6 +26,9 @@ nixd nixpkgs-fmt lua-language-server + ocaml + ocamlPackages.ocaml-lsp + pyright ]; };