Make it clear that the mappings have to be enabled

This commit is contained in:
Ben Jackson 2020-11-26 12:38:34 +00:00 committed by GitHub
commit 4c2b3bd886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,6 +179,12 @@ $ curl -L <url> | tar -C $HOME/.vim/pack zxvf -
3. Add `packadd! vimspector` to you `.vimrc`
4. (optionally) Enable the default set of mappings:
```
let g:vimspector_enable_mappings = 'HUMAN'
```
3. Configure your project's debug profiles (create `.vimspector.json`)
Alternatively, you can clone the repo and select which gadgets are installed: