Git Product home page Git Product logo

Comments (7)

gelguy avatar gelguy commented on May 30, 2024

Hi, I can confirm fuzzy completion is not working for the completion pipeline.

I'm in the middle of a big refactoring which will fix this bug. You can find it in the python_fuzzy_filter branch. Note that there are breaking changes in the pipeline. The default components will work fine but if you have custom components, they might stop working.

Apologies for the bug, will merge the branch when its ready.

from wilder.nvim.

ratheesh avatar ratheesh commented on May 30, 2024

Hi, Thanks for your support.
I will look forward to the python fuzzy finder implementation.

from wilder.nvim.

ratheesh avatar ratheesh commented on May 30, 2024

@gelguy Just checking if you got a chance to look into fuzzy filter.
If it is easy, it would be nice to support third party fuzzy filters like fzf.

from wilder.nvim.

gelguy avatar gelguy commented on May 30, 2024

I've pushed a major refactoring (#17) which fixes the fuzzy filtering issue. Fuzzy filtering should be working for the cmdline_pipeline.

wilder#cmdline_pipeline({
  'fuzzy': 1,
  'fuzzy_filter': wilder#python_fuzzy_filter(),
})

Regarding the use of external processes (e.g. fzf) for filtering, I don't have an easy way at the moment since some plumbing needs to be written to the pipeline to properly handle results from the process.

from wilder.nvim.

ratheesh avatar ratheesh commented on May 30, 2024

Thank you @gelguy for this.
Closing.

from wilder.nvim.

tzachar avatar tzachar commented on May 30, 2024

Looks like most of the plumbing is implemented in https://github.com/vijaymarupudi/nvim-fzf
Any chance of replacing the python code with fzf?

from wilder.nvim.

gelguy avatar gelguy commented on May 30, 2024

nvim-fzf works different from wilder, so it is still difficult to write an FZF file finder pipeline. I don't have any plans for this.

One alternative is to adapt https://github.com/nvim-telescope/telescope-fzf-native.nvim as a filter, similar to how https://github.com/romgrk/fzy-lua-native is used in wilder#lua_fzy_native().

from wilder.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.