diff --git a/flake.lock b/flake.lock index 168636a..647d97b 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1731655425, - "narHash": "sha256-86Nv++/fLo7odqCHtkjuu0VDpiJ6WYlnkzqcS5QEPxs=", + "lastModified": 1731875774, + "narHash": "sha256-HIl3lTqMVu/RXx9Gav46qai6+OV9Gu3cQFbvZSOvjJI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "91350eb041833e2f37dccd69ff596a1981ebbd33", + "rev": "6c33d760f16f52ffc0dd8538b9239808d96ec699", "type": "github" }, "original": { diff --git a/mzte-nv/conf/lua/pluginconf/p-lspconf.fnl b/mzte-nv/conf/lua/pluginconf/p-lspconf.fnl index 20a762b..4bcf3c2 100644 --- a/mzte-nv/conf/lua/pluginconf/p-lspconf.fnl +++ b/mzte-nv/conf/lua/pluginconf/p-lspconf.fnl @@ -91,7 +91,6 @@ :telemetry {:enable false}}}}) (setup :nil_ls {:settings {:nil {:formatting {:command [:nixpkgs-fmt]}}}}) -(setup :ocamllsp) (setup :openscad_lsp) (setup :prosemd_lsp) (setup :racket_langserver) diff --git a/nix/cgnix/nvim-tools/default.nix b/nix/cgnix/nvim-tools/default.nix index e0b1cc4..11dc9bc 100644 --- a/nix/cgnix/nvim-tools/default.nix +++ b/nix/cgnix/nvim-tools/default.nix @@ -53,7 +53,6 @@ let ) lua-language-server (flakePkg "github:oxalica/nil") - ocamlPackages.ocaml-lsp openscad-lsp (pkgs.rustPlatform.buildRustPackage { name = "prosemd-lsp";