diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index b28476267150..2aad4186b645 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -15358,6 +15358,20 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + reactive-nvim = buildVimPlugin { + pname = "reactive.nvim"; + version = "1.2.1"; + src = fetchFromGitHub { + owner = "rasulomaroff"; + repo = "reactive.nvim"; + tag = "v1.2.1"; + hash = "sha256-LZCCboM/fw+Kw6wVskrPs6nr4SFLoD0pi6EMxSIGelw="; + }; + meta.homepage = "https://github.com/rasulomaroff/reactive.nvim/"; + meta.license = getLicenseFromSpdxId "Apache-2.0"; + meta.hydraPlatforms = [ ]; + }; + readline-vim = buildVimPlugin { pname = "readline.vim"; version = "0-unstable-2023-03-09"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index f09f6a5ef4c7..9d98d2d27261 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -1095,6 +1095,7 @@ https://github.com/winston0410/range-highlight.nvim/,, https://github.com/kelly-lin/ranger.nvim/,, https://github.com/rafaqz/ranger.vim/,, https://github.com/vim-scripts/rcshell.vim/,, +https://github.com/rasulomaroff/reactive.nvim/,, https://github.com/ryvnf/readline.vim/,, https://github.com/theprimeagen/refactoring.nvim/,, https://github.com/mawkler/refjump.nvim/,,