Skip to content

Commit

Permalink
feat(plug): nvim-neotest/nvim-nio
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Mar 18, 2024
1 parent 2e54604 commit eb9cd18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};
Expand Down
6 changes: 6 additions & 0 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,12 @@
"rev": "8c1831817d40925d22cd8a555296c44c02fdaaf5",
"type": "git"
},
"nvim-nio": {
"branch": "master",
"repo": "[email protected]:nvim-neotest/nvim-nio",
"rev": "ed70af8ad9d4dafdb55539ed2b4454aac2a2a0c3",
"type": "git"
},
"nvim-nonicons": {
"branch": "main",
"repo": "ssh://[email protected]/yamatsum/nvim-nonicons",
Expand Down
3 changes: 3 additions & 0 deletions plugins/spec.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eb9cd18

Please sign in to comment.