mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2026-04-18 17:04:05 +00:00
[neovim] Remove avante
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
require("blink.cmp").setup({
|
||||
-- disable completion for certain filetypes
|
||||
enabled = function()
|
||||
return not vim.tbl_contains(
|
||||
{ "sagarename", "DressingInput", "AvanteInput", "AvantePromptInput" },
|
||||
vim.bo.filetype
|
||||
) and vim.bo.buftype ~= "prompt" and vim.b.completion ~= false
|
||||
return not vim.tbl_contains({ "sagarename", "DressingInput" }, vim.bo.filetype)
|
||||
and vim.bo.buftype ~= "prompt"
|
||||
and vim.b.completion ~= false
|
||||
end,
|
||||
|
||||
appearance = {
|
||||
|
||||
Reference in New Issue
Block a user