fixed missing

This commit is contained in:
Arthur Wambst 2025-03-18 22:20:40 +01:00
parent 0f327fde1b
commit 53218a7cce
2 changed files with 15 additions and 2 deletions

View File

@ -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": {

View File

@ -20,7 +20,7 @@
plugin-lsp = {
url = "https://github.com/neovim/nvim-lspconfig";
flake = false;
}
};
};
outputs = { self, nixpkgs, neovim, ... }@inputs: {