mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(supermaven): don't attach to bigfile and some snacks ft. Fixes #5139
This commit is contained in:
parent
2d7a04be47
commit
25ee13ce29
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue