mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 04:44:31 +02:00
plugins/vim-suda: add back the smart_edit option
This commit is contained in:
parent
85e4e16de8
commit
ab693bb1cd
2 changed files with 17 additions and 18 deletions
|
@ -10,7 +10,7 @@
|
|||
path = "sudo";
|
||||
noninteractive = 0;
|
||||
prompt = "Password: ";
|
||||
#smart_edit = 0;
|
||||
smart_edit = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -22,7 +22,7 @@
|
|||
path = "doas";
|
||||
noninteractive = 1;
|
||||
prompt = "Pass: ";
|
||||
#smart_edit = 1;
|
||||
smart_edit = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue