this post was submitted on 03 Nov 2024
24 points (100.0% liked)

Neovim

2364 readers
1 users here now

founded 2 years ago
MODERATORS
 

I'm generally skeptical of the hype around LLMs, but I've been manually working around this broken mapping for years. I don't think I could have found a solution easily just by googling.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 4 months ago (1 children)

I'm using :Rg here, which calls ripgrep to perform a search across all files in a directory. So it's not just a search within a single buffer.

[โ€“] [email protected] 3 points 4 months ago

@brianpeiris thanks for the explanation!