Skip to content

How to trigger tabby completion only on demand (manual) #35

@dtrckd

Description

@dtrckd

I have set

vim.g.tabby_inline_completion_trigger = "manual"

but the LSP still receive tabby completion when I write even if I don"t ask and it generate cost.
How can I only generate tabby completion on demand ?


Here is my full nvim configuration for tabby:

vim.g.tabby_agent_start_command = { "npx", "tabby-agent", "--stdio" }
vim.g.tabby_inline_completion_trigger = "manual"
vim.g.tabby_inline_completion_keybinding_accept = "<C-p>" -
vim.g.tabby_inline_completion_keybinding_trigger_or_dismiss = "<C-^>"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions