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,
|
||||
direction = "float",
|
||||
autochdir = true,
|
||||
auto_scroll = false,
|
||||
winbar = {
|
||||
enable = true,
|
||||
name_formatter = function(term) -- term: Terminal
|
||||
|
Loading…
Reference in New Issue
Block a user