nix-community.nixvim/tests/test-sources/plugins/by-name/marks/default.nix
2024-09-09 11:50:38 +01:00

23 lines
414 B
Nix

{
empty = {
plugins.marks.enable = true;
};
defaults = {
plugins.marks = {
enable = true;
builtinMarks = [ ];
defaultMappings = true;
signs = true;
cyclic = true;
forceWriteShada = false;
refreshInterval = 150;
signPriority = 10;
excludedFiletypes = [ ];
excludedBuftypes = [ ];
bookmarks = { };
mappings = { };
};
};
}