- Fork this repo
- clone your version
- cd into it, and run ./install.sh
- open vim and run
:call minpac#update()
┌────────────┬──────────────────────┐ │ Key │ Action │ ├────────────┼──────────────────────┤ │ gd │ Go to definition │ ├────────────┼──────────────────────┤ │ K │ Hover docs │ ├────────────┼──────────────────────┤ │ gr │ References │ ├────────────┼──────────────────────┤ │ rn │ Rename │ ├────────────┼──────────────────────┤ │ ca │ Code action │ ├────────────┼──────────────────────┤ │ [d / ]d │ Prev/next diagnostic │ └────────────┴──────────────────────┘