diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 3628d4089aad..e6269dcfa0d1 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -6974,6 +6974,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + iswap-nvim = buildVimPlugin { + pname = "iswap.nvim"; + version = "0-unstable-2024-05-23"; + src = fetchFromGitHub { + owner = "mizlan"; + repo = "iswap.nvim"; + rev = "e02cc91f2a8feb5c5a595767d208c54b6e3258ec"; + hash = "sha256-lAYHvz23f9nJ6rb0NIm+1aq0Vr0SwjPVitPuROtUS2A="; + }; + meta.homepage = "https://github.com/mizlan/iswap.nvim/"; + meta.hydraPlatforms = [ ]; + }; + jdaddy-vim = buildVimPlugin { pname = "jdaddy.vim"; version = "1.0-unstable-2014-02-22"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 42f57650808f..a3d48814510a 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1530,6 +1530,10 @@ assertNoAdditions { dependencies = [ self.nvim-treesitter ]; }; + iswap-nvim = super.iswap-nvim.overrideAttrs { + dependencies = [ self.nvim-treesitter ]; + }; + jdd-nvim = super.jdd-nvim.overrideAttrs { dependencies = [ self.plenary-nvim ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 783a6c916d7f..ba79c4cdc707 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -534,6 +534,7 @@ https://github.com/neutaaaaan/iosvkem/,, https://github.com/twerth/ir_black/,, https://github.com/Vigemus/iron.nvim/,HEAD, https://github.com/haya14busa/is.vim/,, +https://github.com/mizlan/iswap.nvim/,HEAD, https://github.com/vim-scripts/jdaddy.vim/,, https://github.com/mahyarmirrashed/jdd.nvim/,HEAD, https://github.com/davidhalter/jedi-vim/,,