GithubHelp home page GithubHelp logo

Comments (8)

Shougo avatar Shougo commented on June 8, 2024

coq.nvim has auto timeout.

#### `coq_settings.limits.completion_auto_timeout`

from coq_nvim.

epixinvites avatar epixinvites commented on June 8, 2024

coq.nvim has auto timeout.

#### `coq_settings.limits.completion_auto_timeout`

So do I have to set the timeout higher? or lower?

from coq_nvim.

Shougo avatar Shougo commented on June 8, 2024

It should be higher.

from coq_nvim.

epixinvites avatar epixinvites commented on June 8, 2024

It should be higher.

I've set it the value to 0.2, I start seeing some more relevant results, but it's still omitting quite a lot of results. Is 0.2 too low? What should I set it to?

Another thing, after manually overriding the limits.completion_auto_timeout, now C-Space does not work anymore. It gives me Option 'completeFunc' is not setwhen I press C-Space instead.

from coq_nvim.

Shougo avatar Shougo commented on June 8, 2024

completion_manual_timeout: 0.66

manual_timeout is 0.66.
So 0.2 is low.

Another thing, after manually overriding the limits.completion_auto_timeout, now C-Space does not work anymore. It gives me Option 'completeFunc' is not setwhen I press C-Space instead.

I don't know why.

from coq_nvim.

epixinvites avatar epixinvites commented on June 8, 2024

completion_manual_timeout: 0.66

manual_timeout is 0.66. So 0.2 is low.

Another thing, after manually overriding the limits.completion_auto_timeout, now C-Space does not work anymore. It gives me Option 'completeFunc' is not setwhen I press C-Space instead.

I don't know why.

Wait, but the value you overrode was the manual_timeout,

coq.nvim has auto timeout.

#### `coq_settings.limits.completion_auto_timeout`

but you referenced the auto_timeout here?

from coq_nvim.

Shougo avatar Shougo commented on June 8, 2024

Yes. It is referenced by FAQ.

from coq_nvim.

epixinvites avatar epixinvites commented on June 8, 2024

This is my new configuration, now not only are some results still omitted, C-Space doesn't work anymore due to Option 'completeFunc' is not set.

vim.g.coq_settings = {
	["clients.snippets.warn"] = {"outdated"},
	["display.ghost_text.enabled"] = false,
	["clients.tabnine.enabled"] = false,
	["clients.buffers.same_filetype"] = true,
	["limits.completion_auto_timeout"] = 0.66,
	["keymap.recommended"] = false,
}

Can't I just trigger C-Space every time I hit a new letter?

from coq_nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.