mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-10 20:23:30 +00:00
dev: init nvim-dap setup
This commit is contained in:
parent
e4c2c3dfe4
commit
640e37bd08
9 changed files with 100 additions and 0 deletions
10
modules/debugger/nvim-dap/nvim-dap.nix
Normal file
10
modules/debugger/nvim-dap/nvim-dap.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{lib, ...}:
|
||||
with lib; {
|
||||
options.vim.debugger.nvim-dap = {
|
||||
enable = mkEnableOption "Enable debugging via nvim-dap";
|
||||
|
||||
ui = {
|
||||
enable = mkEnableOption "Enable UI extension for nvim-dap";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue