vimPlugins.roslyn-nvim: init at 2023-12-19
This commit is contained in:
parent
189bc6288b
commit
a674525c99
3 changed files with 17 additions and 0 deletions
|
@ -16359,5 +16359,17 @@ final: prev:
|
|||
meta.homepage = "https://github.com/jhradilek/vim-snippets/";
|
||||
};
|
||||
|
||||
roslyn-nvim = buildVimPlugin {
|
||||
pname = "roslyn-nvim";
|
||||
version = "2023-12-12";
|
||||
src = fetchFromGitHub {
|
||||
owner = "jmederosalvarado";
|
||||
repo = "roslyn.nvim";
|
||||
rev = "3e360ea5a15f3cf7ddef02ff003ef24244cdff3a";
|
||||
sha256 = "sha256-0mvlEE3/qGkv2dLzthWwGgdVTmp2Y/WJLv9ihcPumBo=";
|
||||
};
|
||||
meta.homepage = "https://github.com/jmederosalvarado/roslyn.nvim/";
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -1022,6 +1022,10 @@
|
|||
];
|
||||
};
|
||||
|
||||
roslyn-nvim = super.roslyn-nvim.overrideAttrs {
|
||||
dependencies = with self; [ nvim-lspconfig ];
|
||||
};
|
||||
|
||||
sg-nvim = super.sg-nvim.overrideAttrs (old:
|
||||
let
|
||||
sg-nvim-rust = rustPlatform.buildRustPackage {
|
||||
|
|
|
@ -739,6 +739,7 @@ https://github.com/gu-fan/riv.vim/,,
|
|||
https://github.com/kevinhwang91/rnvimr/,,
|
||||
https://github.com/mfukar/robotframework-vim/,,
|
||||
https://github.com/ron-rs/ron.vim/,,
|
||||
https://github.com/jmederosalvarado/roslyn.nvim/,HEAD,
|
||||
https://github.com/keith/rspec.vim/,,
|
||||
https://github.com/ccarpita/rtorrent-syntax-file/,,
|
||||
https://github.com/simrat39/rust-tools.nvim/,,
|
||||
|
|
Loading…
Reference in a new issue