forked from Shinonome/fred-neovim
12 lines
249 B
Nix
12 lines
249 B
Nix
{pkgs, ...}: {
|
|
# plugins.dap-virtual-text.enable = true;
|
|
# plugins.dap-ui.enable = true;
|
|
# plugins.dap = {
|
|
# enable = true;
|
|
|
|
# adapters = {
|
|
# executables = {lldb = {command = "${pkgs.lldb_19}/bin/lldb-dap";};};
|
|
# };
|
|
# };
|
|
}
|