23 lines
847 B
Markdown
23 lines
847 B
Markdown
---
|
|
title: Vimspector Reference Guide
|
|
---
|
|
|
|
This section contains reference material for configuring and using
|
|
[Vimspector][vimspector]. It is intentionally technical in nature and should
|
|
serve as a reference guide, rather than a user guide or tutorial.
|
|
|
|
It complements the following:
|
|
|
|
* The [Vimspector README][readme], which contains a general overview and is the
|
|
main go-to for getting started, installation, etc.
|
|
* The [Vimspector Website][website], which contains a step-by-step tutorial and
|
|
some detail about the user interface.
|
|
|
|
## Contents
|
|
|
|
* [Configuring Vimspector for your projects](configuration.html)
|
|
* [Full JSON Schema reference](schema/)
|
|
|
|
[vimspector]: https://github.com/puremourning/vimspector
|
|
[readme]: https://github.com/puremourning/vimspector/blob/master/README.md
|
|
[website]: https://puremourning.github.io/vimspector-web
|