Skip to content

Commit

Permalink
nvim-lsp-file-operations: init at 2024-10-24
Browse files Browse the repository at this point in the history
  • Loading branch information
DataHearth committed Nov 22, 2024
1 parent 2f204ba commit 38e46ea
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 4 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1826,6 +1826,10 @@ in
];
};

nvim-lsp-file-operations = super.nvim-lsp-file-operations.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};

nvim-lsputils = super.nvim-lsputils.overrideAttrs {
dependencies = with self; [ popfix ];
nvimRequireCheck = "lsputil.codeAction";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down

0 comments on commit 38e46ea

Please sign in to comment.