https://github.com/sharksforarms/vimspector-gen
Generate/update .vimspector.json file with your targets!
https://github.com/sharksforarms/vimspector-gen
neovim neovim-plugin vim vim-plugin vimspector
Last synced: 2 months ago
JSON representation
Generate/update .vimspector.json file with your targets!
- Host: GitHub
- URL: https://github.com/sharksforarms/vimspector-gen
- Owner: sharksforarms
- License: unlicense
- Created: 2020-11-05T16:03:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T19:52:44.000Z (over 5 years ago)
- Last Synced: 2025-03-05T17:37:39.921Z (over 1 year ago)
- Topics: neovim, neovim-plugin, vim, vim-plugin, vimspector
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vimspector-gen
This plugin can be used to generate/update a `.vimspector.json` file with your targets.
## Installation
### vim-plug
```VimL
Plug 'sharksforarms/vimspector-gen'
```
`:UpdateRemotePlugins` will need to be called after installation
to load the plugin
## Functions
This plugin exposes the following functions
```VimL
" Creates the .vimspector.json file
:VimspectorGenerateNew
" Updates the .vimspector.json file
:VimspectorGenerateUpdate
```
## Supported Languages
| Language |
|----------|
| rust |