refactor(nvim): do not autoscroll toggleterm
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
This commit is contained in:
parent
8c2a4aa7c1
commit
d274fce1af
@ -29,6 +29,7 @@ return {
|
|||||||
start_in_insert = false,
|
start_in_insert = false,
|
||||||
direction = "float",
|
direction = "float",
|
||||||
autochdir = true,
|
autochdir = true,
|
||||||
|
auto_scroll = false,
|
||||||
winbar = {
|
winbar = {
|
||||||
enable = true,
|
enable = true,
|
||||||
name_formatter = function(term) -- term: Terminal
|
name_formatter = function(term) -- term: Terminal
|
||||||
|
Loading…
Reference in New Issue
Block a user