mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-05 14:59:28 -05:00
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";};};
|
|
# };
|
|
# };
|
|
}
|