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