plugins/inc-rename: init + tests (#266)

This commit is contained in:
traxys 2023-03-17 12:15:33 +01:00 committed by GitHub
parent 5c853ff9ff
commit 261a59a8ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 111 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
empty = {
plugins.inc-rename.enable = true;
};
defaults = {
plugins.inc-rename = {
enable = true;
cmdName = "IncRename";
hlGroup = "Substitute";
previewEmptyName = false;
showMessage = true;
inputBufferType = null;
postHook = null;
};
};
}