From eb9cd18eff0040876aa8b9889b7ac0100125ecc1 Mon Sep 17 00:00:00 2001 From: Will Ruggiano Date: Mon, 18 Mar 2024 12:34:31 -0600 Subject: [PATCH] feat(plug): nvim-neotest/nvim-nio --- flake.nix | 1 + nix/sources.json | 6 ++++++ plugins/spec.nix | 3 +++ 3 files changed, 10 insertions(+) diff --git a/flake.nix b/flake.nix index a8eab6c..4cc071e 100644 --- a/flake.nix +++ b/flake.nix @@ -94,6 +94,7 @@ nvim +'Telescope smart_open' '') ]; + meta.mainProgram = "nvim"; }; nvim-dbee = pkgs.callPackage ./pkgs/nvim-dbee.nix {}; nvim-treesitter = pkgs.callPackage ./pkgs/nvim-treesitter {}; diff --git a/nix/sources.json b/nix/sources.json index ee75cf1..f69cf29 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -305,6 +305,12 @@ "rev": "8c1831817d40925d22cd8a555296c44c02fdaaf5", "type": "git" }, + "nvim-nio": { + "branch": "master", + "repo": "git@github.com:nvim-neotest/nvim-nio", + "rev": "ed70af8ad9d4dafdb55539ed2b4454aac2a2a0c3", + "type": "git" + }, "nvim-nonicons": { "branch": "main", "repo": "ssh://git@github.com/yamatsum/nvim-nonicons", diff --git a/plugins/spec.nix b/plugins/spec.nix index 9650a41..ba57539 100644 --- a/plugins/spec.nix +++ b/plugins/spec.nix @@ -126,6 +126,9 @@ in rec { dapui = { src = sources.nvim-dap-ui; }; + nio = { + src = sources.nvim-nio; + }; nvim-dap-virtual-text = { src = sources.nvim-dap-virtual-text; config = true;