vimPlugins.oil-lsp-diagnostics-nvim: init at 2025-01-22 (#467877)

This commit is contained in:
Gaétan Lepage
2025-12-04 19:55:26 +00:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
@@ -12323,6 +12323,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
oil-lsp-diagnostics-nvim = buildVimPlugin {
pname = "oil-lsp-diagnostics.nvim";
version = "2025-01-22";
src = fetchFromGitHub {
owner = "JezerM";
repo = "oil-lsp-diagnostics.nvim";
rev = "e04e3c387262b958fee75382f8ff66eae9d037f4";
sha256 = "1l87cs6ffd1rlsw7sb9cimnqa2zlm1q5rf5ihbfp1wf8gn8fxj0k";
};
meta.homepage = "https://github.com/JezerM/oil-lsp-diagnostics.nvim/";
meta.hydraPlatforms = [ ];
};
oklch-color-picker-nvim = buildVimPlugin {
pname = "oklch-color-picker.nvim";
version = "2025-11-11";
@@ -2832,6 +2832,10 @@ assertNoAdditions {
dependencies = [ self.oil-nvim ];
};
oil-lsp-diagnostics-nvim = super.oil-lsp-diagnostics-nvim.overrideAttrs {
dependencies = [ self.oil-nvim ];
};
ollama-nvim = super.ollama-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
@@ -946,6 +946,7 @@ https://github.com/mhartington/oceanic-next/,,
https://github.com/pwntester/octo.nvim/,,
https://github.com/refractalize/oil-git-status.nvim/,HEAD,
https://github.com/benomahony/oil-git.nvim/,HEAD,
https://github.com/JezerM/oil-lsp-diagnostics.nvim/,HEAD,
https://github.com/eero-lehtinen/oklch-color-picker.nvim/,HEAD,
https://github.com/nomnivore/ollama.nvim/,HEAD,
https://github.com/yonlu/omni.vim/,,