feat: respect git ignore for autosuggestions (#994)

This commit is contained in:
Ethan Howard
2025-01-11 15:00:19 +00:00
committed by GitHub
parent 5c1b9d5463
commit c3e7ba0be0
3 changed files with 18 additions and 2 deletions

View File

@@ -124,6 +124,7 @@ M._defaults = {
behaviour = {
auto_focus_sidebar = true,
auto_suggestions = false, -- Experimental stage
auto_suggestions_respect_ignore = false,
auto_set_highlight_group = true,
auto_set_keymaps = true,
auto_apply_diff_after_generation = false,