Add vim doc based on README

Use the following to recrate the doc:

* clone https://github.com/ycm-core/vim-tools
* create a venv and pip install the requierments
* cd to vimspector dir
* /path/to/vim-tools/html2vimdoc.py -f vimspector README.md > doc/vimspector.txt
This commit is contained in:
Ben Jackson 2021-03-20 15:55:22 +00:00
commit 35e5b3d56e
2 changed files with 2395 additions and 0 deletions

1
.gitignore vendored
View file

@ -20,3 +20,4 @@ support/test/csharp/*.exe*
configurations/
venv/
test-base/
tags

2394
doc/vimspector.txt Normal file

File diff suppressed because it is too large Load diff