8 lines
131 B
Nix
8 lines
131 B
Nix
_: {
|
|
programs.neovim-flake.settings.vim = {
|
|
debugger.nvim-dap = {
|
|
enable = true;
|
|
ui.enable = true;
|
|
};
|
|
};
|
|
}
|