nvim-lsp-file-operations: init at 2024-10-24

This commit is contained in:
DataHearth 2024-11-22 21:30:01 +01:00
parent 2f204ba2e4
commit 4fdc3370b7
No known key found for this signature in database
GPG Key ID: 5803CDA59C26A96A
3 changed files with 18 additions and 0 deletions

View File

@ -9078,6 +9078,18 @@ final: prev:
meta.homepage = "https://github.com/mfussenegger/nvim-lint/"; 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 { nvim-lsp-notify = buildVimPlugin {
pname = "nvim-lsp-notify"; pname = "nvim-lsp-notify";
version = "2023-12-07"; version = "2023-12-07";

View File

@ -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 { nvim-lsputils = super.nvim-lsputils.overrideAttrs {
dependencies = with self; [ popfix ]; dependencies = with self; [ popfix ];
nvimRequireCheck = "lsputil.codeAction"; nvimRequireCheck = "lsputil.codeAction";

View File

@ -754,6 +754,7 @@ https://github.com/kosayoda/nvim-lightbulb/,,
https://github.com/josa42/nvim-lightline-lsp/,, https://github.com/josa42/nvim-lightline-lsp/,,
https://github.com/martineausimon/nvim-lilypond-suite/,HEAD, https://github.com/martineausimon/nvim-lilypond-suite/,HEAD,
https://github.com/mfussenegger/nvim-lint/,, 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/mrded/nvim-lsp-notify/,HEAD,
https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils/,, https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils/,,
https://github.com/neovim/nvim-lspconfig/,, https://github.com/neovim/nvim-lspconfig/,,