fix(supermaven): don't attach to bigfile and some snacks ft. Fixes #5139

This commit is contained in:
Folke Lemaitre 2024-12-17 07:08:34 +01:00
parent 2d7a04be47
commit 25ee13ce29
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -6,6 +6,7 @@ return {
accept_suggestion = nil, -- handled by nvim-cmp / blink.cmp
},
disable_inline_completion = vim.g.ai_cmp,
ignore_filetypes = { "bigfile", "snacks_input", "snacks_notif" },
},
},