feat: auto focus sidebar (#982)

This commit is contained in:
Alban Kurti
2025-01-08 18:40:19 +01:00
committed by GitHub
parent 794c643033
commit 225e6f9572
2 changed files with 15 additions and 9 deletions

View File

@@ -122,6 +122,7 @@ M._defaults = {
---4. support_paste_from_clipboard : Whether to support pasting image from clipboard. This will be determined automatically based whether img-clip is available or not.
---5. minimize_diff : Whether to remove unchanged lines when applying a code block
behaviour = {
auto_focus_sidebar = true,
auto_suggestions = false, -- Experimental stage
auto_set_highlight_group = true,
auto_set_keymaps = true,