mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-06-05 06:19:02 +00:00
[neovim] Update blink excludes
This commit is contained in:
parent
070a7fceb4
commit
50cb50b6d7
@ -1,7 +1,7 @@
|
|||||||
require("blink.cmp").setup({
|
require("blink.cmp").setup({
|
||||||
-- disable completion for certain filetypes
|
-- disable completion for certain filetypes
|
||||||
enabled = function()
|
enabled = function()
|
||||||
return not vim.tbl_contains({ "sagarename", "DressingIngput" }, vim.bo.filetype)
|
return not vim.tbl_contains({ "sagarename", "DressingInput", "AvanteInput" }, vim.bo.filetype)
|
||||||
and vim.bo.buftype ~= "prompt"
|
and vim.bo.buftype ~= "prompt"
|
||||||
and vim.b.completion ~= false
|
and vim.b.completion ~= false
|
||||||
end,
|
end,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user