1
0
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:
2026-04-15 15:27:42 +02:00
parent 4b36d349bf
commit b5b1bf478c
7 changed files with 5 additions and 43 deletions

View File

@@ -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 = {