mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
runner/run-nvim: init
This commit is contained in:
parent
b6785f8218
commit
2aeec7cb69
8 changed files with 93 additions and 0 deletions
|
@ -242,6 +242,12 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
# Runners
|
||||
plugin-run-nvim = {
|
||||
url = "github:diniamo/run.nvim";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
# Debuggers
|
||||
plugin-nvim-dap = {
|
||||
url = "github:mfussenegger/nvim-dap";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue