mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-23 13:01:08 +00: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
Reference in a new issue