Useful VIM commands
Using nvim comes with a lot of upsides. Configuration is not one of them. At least not for me. I tend to use the standard key bindings for most of the plugins I add to it. Here's a list with commands I learnt lately:
Typescript coc.vim:
- gd Go to definition
- Shift k Shows type information on the type/object you are at.
:CocCommand eslint.showOutputChannel
- make sure nvim uses eslint