✨ feat(nvim): snacks terminal now open in float by default
This commit is contained in:
parent
ea827d9cc3
commit
51f4ef46f6
1 changed files with 5 additions and 0 deletions
|
@ -21,5 +21,10 @@ return {
|
||||||
notifier = {
|
notifier = {
|
||||||
style = "fancy",
|
style = "fancy",
|
||||||
},
|
},
|
||||||
|
terminal = {
|
||||||
|
win = {
|
||||||
|
position = "float",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue