0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

vimPlugins.nvim-lspconfig: 2024-12-02 -> 2024-12-08 (#363412)

This commit is contained in:
Austin Horstman 2024-12-09 09:09:09 -06:00 committed by GitHub
commit c7035f64bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9163,12 +9163,12 @@ final: prev:
nvim-lspconfig = buildVimPlugin { nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2024-12-02"; version = "2024-12-08";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "1aa9f36b6d542dafc0b4a38c48969d036003b00a"; rev = "fc16fd4f9c5d72b45db0f45ee275db3a9a30481a";
sha256 = "1nhvsi0y4fb514ji3zw5d04qwidalajsv51j7748fsr023nnvfzs"; sha256 = "1jriaindyc1mk2vqxn5wsds0zsqjsmsr302qb72262z0jg1ix5aa";
}; };
meta.homepage = "https://github.com/neovim/nvim-lspconfig/"; meta.homepage = "https://github.com/neovim/nvim-lspconfig/";
}; };