Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
ibraheemdev
4y ago
0 comments
Save
Share
What does an IDE give you that (Neo)vim + LSP + Vimspector does?
0 comments
3 comments · 1 top-level
top
newest
oldest
slaymaker1907
4y ago
· 2 in thread
I don't think you can easily do this in vim, but search over the entire code base ignoring anything ignored by git. You can obviously do this with git itself, but it is nice having an interactive list of results.
rodamaral
4y ago
You can easily do it and much more in neovim with telescope
https://github.com/nvim-telescope/telescope.nvim
ibraheemdev
OP
4y ago
https://github.com/junegunn/fzf.vim
+ ripgrep is really great for that. There is also the native `:vimgrep` command.
j
/
k
navigate · click thread line to collapse