1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

escape backslash

This commit is contained in:
Manuel Transfeld 2025-06-09 22:49:28 +02:00 committed by traxys
parent d4e736941f
commit 7388c85c54

View file

@ -279,7 +279,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
};
settingsExample = {
open_mapping = "[[<c-\>]]";
open_mapping = "[[<c-\\>]]";
direction = "float";
float_opts = {
border = "curved";