plugins/marks: init

This commit is contained in:
Gaetan Lepage 2024-01-15 08:39:48 +01:00 committed by Gaétan Lepage
parent 9e04eb3c3c
commit e6f1af2767
3 changed files with 210 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{
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 = {};
};
};
}