Content pfp
Content
@
0 reply
0 recast
2 reactions

greg pfp
greg
@gregfromstl
Neovim users, how do you explore a new codebase? In code I wrote, I’m pretty fast but in unfamiliar codebases I’m still much better with vs code
5 replies
0 recast
5 reactions

Britt Kim pfp
Britt Kim
@brittkim.eth
I map "<leader>pv" for folder viewing with vim.cmd.Ex. I no longer use tree views. "<leader>pf" is mapped to telescope.builtin.find_files for keyword searches. A lot of "gd" which is mapped to vim.lsp.buf.definition() for drilling into references, etc. some vim.lsp.buf.hover() for docs... I don't really need more.
1 reply
0 recast
1 reaction

greg pfp
greg
@gregfromstl
Very nice. How big are the codebases you typically work in?
1 reply
0 recast
0 reaction