mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 20:24:31 +02:00
fix: typo in mini module example
This commit is contained in:
parent
d6d47afa42
commit
dc14748fe7
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ in {
|
||||||
n_lines = 50;
|
n_lines = 50;
|
||||||
search_method = "cover_or_next";
|
search_method = "cover_or_next";
|
||||||
};
|
};
|
||||||
surrounds = {};
|
surround = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue