fix(supermaven): don't attach to bigfile and some snacks ft. Fixes #5139
This commit is contained in:
1 file changed
+1
@@ -6,6 +6,7 @@ return {
|
|||||||
accept_suggestion = nil, -- handled by nvim-cmp / blink.cmp
|
accept_suggestion = nil, -- handled by nvim-cmp / blink.cmp
|
||||||
},
|
},
|
||||||
disable_inline_completion = vim.g.ai_cmp,
|
disable_inline_completion = vim.g.ai_cmp,
|
||||||
|
ignore_filetypes = { "bigfile", "snacks_input", "snacks_notif" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in new issue
Block a user