Loading pkgs/applications/editors/vim/plugins/overrides.nix +7 −0 Original line number Diff line number Diff line Loading @@ -997,6 +997,13 @@ dependencies = with self; [ nvim-dap ]; }; nvim-dap-ui = super.nvim-dap-ui.overrideAttrs { dependencies = with self; [ nvim-dap nvim-nio ]; doInstallCheck = true; nvimRequireCheck = "dapui"; }; nvim-lsputils = super.nvim-lsputils.overrideAttrs { dependencies = with self; [ popfix ]; }; Loading Loading
pkgs/applications/editors/vim/plugins/overrides.nix +7 −0 Original line number Diff line number Diff line Loading @@ -997,6 +997,13 @@ dependencies = with self; [ nvim-dap ]; }; nvim-dap-ui = super.nvim-dap-ui.overrideAttrs { dependencies = with self; [ nvim-dap nvim-nio ]; doInstallCheck = true; nvimRequireCheck = "dapui"; }; nvim-lsputils = super.nvim-lsputils.overrideAttrs { dependencies = with self; [ popfix ]; }; Loading