mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-15 12:19:00 +00:00
nixvimConfigs/fiesta: update module options
This commit is contained in:
parent
f6dc11606b
commit
f1ad4c77f2
@ -9,8 +9,8 @@ in {
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
plugins.dap.enable = true;
|
||||
plugins.dap.extensions.dap-ui.enable = true;
|
||||
plugins.dap.extensions.dap-virtual-text.enable = true;
|
||||
plugins.dap-ui.enable = true;
|
||||
plugins.dap-virtual-text.enable = true;
|
||||
plugins.debugprint = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
Loading…
Reference in New Issue
Block a user