From 53218a7cceb6762c135640ed311f4d567e96fa9b Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Tue, 18 Mar 2025 22:20:40 +0100 Subject: [PATCH] fixed missing --- flake.lock | 15 ++++++++++++++- flake.nix | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 3bc8c73..ab55c78 100644 --- a/flake.lock +++ b/flake.lock @@ -230,12 +230,25 @@ "type": "github" } }, + "plugin-lsp": { + "flake": false, + "locked": { + "narHash": "sha256-z+qWNvDof7+0Hbrp9ajayI+MZeJy2tpAvUdPCVeCBTg=", + "type": "file", + "url": "https://github.com/neovim/nvim-lspconfig" + }, + "original": { + "type": "file", + "url": "https://github.com/neovim/nvim-lspconfig" + } + }, "root": { "inputs": { "neovim": "neovim", "nixpkgs": "nixpkgs", "plugin-dracula": "plugin-dracula", - "plugin-gruvbox": "plugin-gruvbox" + "plugin-gruvbox": "plugin-gruvbox", + "plugin-lsp": "plugin-lsp" } }, "treefmt-nix": { diff --git a/flake.nix b/flake.nix index 92f7772..ee6a796 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ plugin-lsp = { url = "https://github.com/neovim/nvim-lspconfig"; flake = false; - } + }; }; outputs = { self, nixpkgs, neovim, ... }@inputs: {