An open API service indexing awesome lists of open source software.

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!

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 |