Make it clear that the mappings have to be enabled
This commit is contained in:
parent
e6500d39d8
commit
4c2b3bd886
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue