mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
escape backslash
This commit is contained in:
parent
d4e736941f
commit
7388c85c54
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
};
|
};
|
||||||
|
|
||||||
settingsExample = {
|
settingsExample = {
|
||||||
open_mapping = "[[<c-\>]]";
|
open_mapping = "[[<c-\\>]]";
|
||||||
direction = "float";
|
direction = "float";
|
||||||
float_opts = {
|
float_opts = {
|
||||||
border = "curved";
|
border = "curved";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue