nixvimConfigs/fiesta: update module options

This commit is contained in:
Gabriel Arazas 2025-03-07 09:44:16 +08:00
parent f6dc11606b
commit f1ad4c77f2
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -9,8 +9,8 @@ in {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
plugins.dap.enable = true; plugins.dap.enable = true;
plugins.dap.extensions.dap-ui.enable = true; plugins.dap-ui.enable = true;
plugins.dap.extensions.dap-virtual-text.enable = true; plugins.dap-virtual-text.enable = true;
plugins.debugprint = { plugins.debugprint = {
enable = true; enable = true;
settings = { settings = {