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