Skip to content

issues Search Results · repo:nvim-pack/nvim-spectre language:Lua

Filter by

153 results
 (81 ms)

153 results

innvim-pack/nvim-spectre (press backspace or delete to remove)

I tried adding the following code to my after/ftplugin/spectre_panel.lua to escape special characters when I paste: vim.keymap.set( n , p , function() local text = vim.fn.getreg() -- uses v:register ...
  • carbon-steel
  • Opened 
    13 days ago
  • #257

I want to search for ref.read(metrics and replace it with ref.watch(metrics Since we re using rg for search, I have to do ref.read\(metrics to get the files. But since we re using sed for replacing which ...
  • jeanlucthumm
  • 2
  • Opened 
    on Dec 20, 2024
  • #255

When I press u after making a mistake in spectre window, nothing happens. Is this as expected? I m using default settings.
  • raine
  • 2
  • Opened 
    on Nov 2, 2024
  • #254

Hello guys, thank you for this tool ❤️ I found this issue while trying to replace some jinja patters en my code base: image If i try to detect the files by escaping the curly braces then sed will raise ...
wontfix
  • asdf8601
  • 1
  • Opened 
    on Oct 31, 2024
  • #253

I guess there is an option in rigrep https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md#automatic-filtering to do that. Currenty enabling [H] will also search in .git folder.
wontfix
  • gabyx
  • 1
  • Opened 
    on Oct 23, 2024
  • #252

I have the latest version of nvim-spectre. and I tried to search and replace a string in my current file, I see that the text is replaced, but there is an additional file that is created after the replace ...
  • cksidharthan
  • 7
  • Opened 
    on Aug 14, 2024
  • #249

I see that we can search the word which matches the case, but is there any method to filter the search result that matches the whole word? Thanks.
  • RomaLzhih
  • 2
  • Opened 
    on Aug 7, 2024
  • #248

I am able to build spectre-oxi just fine on x86_64-linux, x86_64-darwin, aarch64-darwin, but on aarch64-linux the following test fails: ---- tests::test_replace_simple stdout ---- thread tests::test_replace_simple ...
wontfix
  • GaetanLepage
  • 3
  • Opened 
    on Jul 6, 2024
  • #244

For first thank so march for this awesome tool! You make life easy! In my case I want to search titleResponse stern word but in result I see all words start of titleResponse. In result: titleResponse ...
wontfix
  • bemulima
  • 2
  • Opened 
    on Jun 5, 2024
  • #240

I think it s safe to say integration with Trouble quickfix list would be great
  • Std-Enigma
  • 1
  • Opened 
    on Jun 1, 2024
  • #238
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub