mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-18 01:34:32 +02:00
fix(snacks): use LazyVim.safe_keymap_set
for toggle
This commit is contained in:
parent
8ffbc98161
commit
b006ac7afb
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ return {
|
||||||
lazy = false,
|
lazy = false,
|
||||||
---@type snacks.Config
|
---@type snacks.Config
|
||||||
opts = {
|
opts = {
|
||||||
|
toggle = { map = LazyVim.safe_keymap_set },
|
||||||
terminal = {
|
terminal = {
|
||||||
win = {
|
win = {
|
||||||
keys = {
|
keys = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue