nvim-lsp-file-operations: init at 2024-10-24 (#358250)
This commit is contained in:
commit
0b27578d20
@ -4987,8 +4987,7 @@
|
||||
githubId = 28595242;
|
||||
name = "DataHearth";
|
||||
keys = [
|
||||
{ fingerprint = "A129 2547 0298 BFEE 7EE0 92B3 946E 2D0C 410C 7B3D"; }
|
||||
{ fingerprint = "FFC4 92C1 5320 B05D 0F8D 7D58 ABF6 737C 6339 6D35"; }
|
||||
{ fingerprint = "E8F9 0B80 908E 723D 0EDF 0916 5803 CDA5 9C26 A96A"; }
|
||||
];
|
||||
};
|
||||
davegallant = {
|
||||
|
@ -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";
|
||||
|
@ -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 {
|
||||
dependencies = with self; [ popfix ];
|
||||
nvimRequireCheck = "lsputil.codeAction";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user