nvim-lsp-file-operations: init at 2024-10-24 (#358250)

This commit is contained in:
Gaétan Lepage 2024-11-24 19:48:57 +01:00 committed by GitHub
commit 0b27578d20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 19 additions and 2 deletions

View File

@ -4987,8 +4987,7 @@
githubId = 28595242; githubId = 28595242;
name = "DataHearth"; name = "DataHearth";
keys = [ keys = [
{ fingerprint = "A129 2547 0298 BFEE 7EE0 92B3 946E 2D0C 410C 7B3D"; } { fingerprint = "E8F9 0B80 908E 723D 0EDF 0916 5803 CDA5 9C26 A96A"; }
{ fingerprint = "FFC4 92C1 5320 B05D 0F8D 7D58 ABF6 737C 6339 6D35"; }
]; ];
}; };
davegallant = { davegallant = {

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

@ -1827,6 +1827,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/,,