mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-05 14:59:28 -05:00
Updated to match API changes
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{pkgs, ...}: {
|
||||
plugins = {
|
||||
cmp-dap.enable = true;
|
||||
dap-virtual-text = {enable = true;};
|
||||
dap-ui = {
|
||||
enable = true;
|
||||
settings.floating.mappings = {close = ["<ESC>" "q"];};
|
||||
};
|
||||
dap = {
|
||||
enable = true;
|
||||
extensions = {
|
||||
dap-ui = {
|
||||
enable = true;
|
||||
floating.mappings = {close = ["<ESC>" "q"];};
|
||||
};
|
||||
dap-virtual-text = {enable = true;};
|
||||
};
|
||||
signs = {
|
||||
dapBreakpoint = {
|
||||
|
||||
Reference in New Issue
Block a user