feat(nvim): snacks terminal now open in float by default

This commit is contained in:
Sergio Laín 2024-11-28 11:25:34 +01:00
parent ea827d9cc3
commit 51f4ef46f6
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -21,5 +21,10 @@ return {
notifier = { notifier = {
style = "fancy", style = "fancy",
}, },
terminal = {
win = {
position = "float",
},
},
}, },
} }