Do you have any other similar recs that would help for learning?
His book Practical Vim[1] is particularly good because it teaches you the “vim way” without plugins.
Not that there’s anything wrong with plugins, I use a load of them, but there’s loads you can do without them.
1. https://pragprog.com/titles/dnvim2/practical-vim-second-edit...
set path+=**
Setting up ctags will give vim some IntelliSense-like functionality that people tend to miss from their IDEs. More info here: https://andrewra.dev/2011/06/08/vim-and-ctags/
Be wary of this, it can end up being quite slow. Here is an excellent write up detailing the usage of the path setting.
https://gist.github.com/romainl/7e2b425a1706cd85f04a0bd8b389...
His book Practical Vim[1] is particularly good because it teaches you the “vim way” without plugins.
Not that there’s anything wrong with plugins, I use a load of them, but there’s loads you can do without them.
1. https://pragprog.com/titles/dnvim2/practical-vim-second-edit...