Update archived roslyn.nvim plugin to maintained fork. (#365083)
This commit is contained in:
@@ -11016,14 +11016,14 @@ final: prev:
|
||||
|
||||
roslyn-nvim = buildVimPlugin {
|
||||
pname = "roslyn.nvim";
|
||||
version = "2024-10-13";
|
||||
version = "2024-12-13";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jmederosalvarado";
|
||||
owner = "seblj";
|
||||
repo = "roslyn.nvim";
|
||||
rev = "5a2df70f8b78cca3732bacdf51eaa21a861fe3df";
|
||||
sha256 = "11226pwyfz2xadir41lafr6p6khlc4w5awd6bgr2zrwvsf5wf0aa";
|
||||
rev = "6d591af98e0fac1d382de15de88d26df53ec8b67";
|
||||
sha256 = "0v7x0a0xld34n3bklbxhqna0hcwpxph6l2pfq8h2v2dfswid0015";
|
||||
};
|
||||
meta.homepage = "https://github.com/jmederosalvarado/roslyn.nvim/";
|
||||
meta.homepage = "https://github.com/seblj/roslyn.nvim/";
|
||||
};
|
||||
|
||||
rspec-vim = buildVimPlugin {
|
||||
|
||||
@@ -2739,7 +2739,6 @@ in
|
||||
};
|
||||
|
||||
roslyn-nvim = super.roslyn-nvim.overrideAttrs {
|
||||
dependencies = [ self.nvim-lspconfig ];
|
||||
nvimRequireCheck = "roslyn";
|
||||
};
|
||||
|
||||
|
||||
@@ -914,7 +914,7 @@ https://github.com/kevinhwang91/rnvimr/,,
|
||||
https://github.com/mfukar/robotframework-vim/,,
|
||||
https://github.com/ron-rs/ron.vim/,,
|
||||
https://github.com/rose-pine/neovim/,main,rose-pine
|
||||
https://github.com/jmederosalvarado/roslyn.nvim/,HEAD,
|
||||
https://github.com/seblj/roslyn.nvim/,HEAD,
|
||||
https://github.com/keith/rspec.vim/,,
|
||||
https://github.com/ccarpita/rtorrent-syntax-file/,,
|
||||
https://github.com/simrat39/rust-tools.nvim/,,
|
||||
|
||||
Reference in New Issue
Block a user