diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 80bd2774d127..d6d70b4f2be5 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -9078,6 +9078,18 @@ final: prev: meta.homepage = "https://github.com/mfussenegger/nvim-lint/"; }; + nvim-lsp-file-operations = buildVimPlugin { + pname = "nvim-lsp-file-operations"; + version = "2024-10-24"; + src = fetchFromGitHub { + owner = "antosha417"; + repo = "nvim-lsp-file-operations"; + rev = "9744b738183a5adca0f916527922078a965515ed"; + sha256 = "0xmcvg5ks9n44aldk6aywvx4jshsdwxrsq44y0wph0wd9v88v7kk"; + }; + meta.homepage = "https://github.com/antosha417/nvim-lsp-file-operations/"; + }; + nvim-lsp-notify = buildVimPlugin { pname = "nvim-lsp-notify"; version = "2023-12-07"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 2a114eb3bfee..f5343e6fcb0a 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1826,6 +1826,11 @@ in ]; }; + nvim-lsp-file-operations = super.nvim-lsp-file-operations.overrideAttrs { + dependencies = [ self.plenary-nvim ]; + nvimRequireCheck = "lsp-file-operations"; + }; + nvim-lsputils = super.nvim-lsputils.overrideAttrs { dependencies = with self; [ popfix ]; nvimRequireCheck = "lsputil.codeAction"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 61248af3c14a..ece3173c87fa 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -754,6 +754,7 @@ https://github.com/kosayoda/nvim-lightbulb/,, https://github.com/josa42/nvim-lightline-lsp/,, https://github.com/martineausimon/nvim-lilypond-suite/,HEAD, https://github.com/mfussenegger/nvim-lint/,, +https://github.com/antosha417/nvim-lsp-file-operations/,HEAD, https://github.com/mrded/nvim-lsp-notify/,HEAD, https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils/,, https://github.com/neovim/nvim-lspconfig/,,