escape backslash

This commit is contained in:
Manuel Transfeld 2025-06-09 22:49:28 +02:00 committed by GitHub
parent e0b3d8bc3a
commit 5de2382364
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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