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