nix-community.nixvim/tests/test-sources/plugins/lsp/inc-rename.nix

18 lines
305 B
Nix
Raw Permalink Normal View History

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