AutoYADM commit: 2025-05-29 19:35:15

This commit is contained in:
Daniel Fichtinger 2025-05-29 19:35:15 -04:00
parent e10f879da8
commit 6b01a0ceb5
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
provide-module title-bar %~
declare-option bool bar_debug false declare-option bool bar_debug false
declare-option -docstring %{ declare-option -docstring %{
Format string passed to printf for the bufferlist. Format string passed to printf for the bufferlist.
@ -78,3 +79,4 @@ EOF
} }
} }
hook global NormalIdle .* bar-buflist hook global NormalIdle .* bar-buflist
~

View file

@ -6,6 +6,7 @@ require-module surround
require-module ficgrep require-module ficgrep
require-module byline require-module byline
require-module spell require-module spell
require-module title-bar
set-option global scrolloff 3,3 set-option global scrolloff 3,3
require-module ui-mode require-module ui-mode