vimPlugins.vim-rhai: init at 2022-07-16
Add vim-rhai plugin (https://github.com/rhaiscript/vim-rhai) which provides syntax highlighting for the Rhai scripting language. Closes https://github.com/NixOS/nixpkgs/issues/433005
This commit is contained in:
@@ -20126,6 +20126,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
vim-rhai = buildVimPlugin {
|
||||
pname = "vim-rhai";
|
||||
version = "2022-07-16";
|
||||
src = fetchFromGitHub {
|
||||
owner = "rhaiscript";
|
||||
repo = "vim-rhai";
|
||||
rev = "b0585e2c92a4a64edcd060836ae41d1e698ebc20";
|
||||
sha256 = "0m36d7f2zkb5197k3gfjdhidpl2j50y2n2ywg1mxv4a55b06vfbh";
|
||||
};
|
||||
meta.homepage = "https://github.com/rhaiscript/vim-rhai/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
vim-rhubarb = buildVimPlugin {
|
||||
pname = "vim-rhubarb";
|
||||
version = "2025-06-27";
|
||||
|
||||
@@ -1545,6 +1545,7 @@ https://github.com/tpope/vim-ragtag/,,
|
||||
https://github.com/tpope/vim-rails/,,
|
||||
https://github.com/jordwalke/vim-reasonml/,,
|
||||
https://github.com/tpope/vim-repeat/,,
|
||||
https://github.com/rhaiscript/vim-rhai/,,
|
||||
https://github.com/tpope/vim-rhubarb/,,
|
||||
https://github.com/airblade/vim-rooter/,,
|
||||
https://github.com/tpope/vim-rsi/,,
|
||||
|
||||
Reference in New Issue
Block a user