Code Monkey home page Code Monkey logo

Comments (9)

hrsh7th avatar hrsh7th commented on July 30, 2024 3

@aca @seblj I've implemented the option.

cmp.setup {
  preselect = cmp.PreselectMode.None
}

from nvim-cmp.

hrsh7th avatar hrsh7th commented on July 30, 2024

Its' easy but I'm worried about configuration schema.

I'm now considering the following signature.

cmp.setup {
  preselect = cmp.Preselect.{Enabled,Disabled}
}

from nvim-cmp.

seblj avatar seblj commented on July 30, 2024

That would be totally ok for me at least

from nvim-cmp.

hrsh7th avatar hrsh7th commented on July 30, 2024

I've categorized the configuration schema like completion/confirmation/sorting/formatting.

The preselect can't be contained in such categories. I will give up to consider it.

from nvim-cmp.

seblj avatar seblj commented on July 30, 2024

So preselect will be a separate category?

from nvim-cmp.

hrsh7th avatar hrsh7th commented on July 30, 2024

I can't think of a new category. Therefore, as it is, preselect = cmp.Preselect. Add {Enabled, Disabled} .

(google translated)

from nvim-cmp.

seblj avatar seblj commented on July 30, 2024

I would be okay with that, but I would also think that it could fit into the category completion? Maybe I am misunderstanding, but I think that would make sense?

from nvim-cmp.

hrsh7th avatar hrsh7th commented on July 30, 2024

Hm... I have no confidence about it is completion.
So I might add preselect configuration. We can change it later.... (maybe... it will be breaking change but can show an error message at that time)

from nvim-cmp.

seblj avatar seblj commented on July 30, 2024

yeah that would be ok for me. just show an error message to inform the user so it's an easy change

from nvim-cmp.

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.