Coder Social home page Coder Social logo

Comments (6)

AckslD avatar AckslD commented on July 18, 2024 1

I see, yeah currently muren uses :vimgrep to find the relevant files to do the search-replace operation on. This is such that vim-pattern syntax can be used. But maybe this should be configurable/toggleble? It could then use :grep instead and the user can configure whichever grepprg they want.

from muren.nvim.

AckslD avatar AckslD commented on July 18, 2024

Yeah this can be indeed, something you can try at least is to disable the preview which can be annoying if it's slow while you're typing things. Other than that I think the only solution would be to move the actual search and replace to an external program, maybe sed or a some custom program. Currently it's all done through nvim functions and commands.

Maybe one question, do you have any feeling for if it's slower compared to if you would have done the same search and replace manually through nvim. And if yes, what commands did you use?

from muren.nvim.

dudicoco avatar dudicoco commented on July 18, 2024

usually I would do such search and replace via telescope which uses fd for searching (very fast) and then use native vim cfdo/cdo %s.

from muren.nvim.

AckslD avatar AckslD commented on July 18, 2024

And that's faster? If so, I wonder if it would be faster if muren would use cfdo instead of looping over the buffers to apply the search and replace in lua. However that was not what my intuition said when first writing it.

from muren.nvim.

dudicoco avatar dudicoco commented on July 18, 2024

@AckslD the issue occurs in the search phase, before performing the actual replacement.
perhaps muren should use fd and rg to search?

from muren.nvim.

dudicoco avatar dudicoco commented on July 18, 2024

sounds like a good solution.

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