mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 00:54:48 +02:00
plugins/marks: init
This commit is contained in:
parent
9e04eb3c3c
commit
e6f1af2767
3 changed files with 210 additions and 0 deletions
23
tests/test-sources/plugins/utils/marks.nix
Normal file
23
tests/test-sources/plugins/utils/marks.nix
Normal 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 = {};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue