Skip to content

Recommended plugins

Bartek Jasicki edited this page Oct 10, 2020 · 3 revisions

Here you can find plugins recommended by others which you can add to your version of vim-ada.

Formatting

Please, try to keep this list in alphabetical order.

Each plugin should be listed in that format:

### PluginName

**Website:** [URL to the plugin website or source code repository]

**Description:** Short selected plugin description, can be take from the plugin website if author allow this.

**Notes:** Optional part. If you want to write why you want to recommend that plugin, write it here.

**Installation:** What must be added to the Vim/NeoVim configuration file to install the plugin.

List of recommended plugins

VeBugger

Website: https://github.com/idanarye/vim-vebugger

Description: Vebugger is yet another debugger frontend plugin for Vim.

Notes: This plugin require another plugin, which must be build: vimproc https://github.com/Shougo/vimproc.vim

Installation:

Plug 'Shougo/vimproc.vim', {'do' : 'make'}

Plug 'idanarye/vim-vebugger'

Clone this wiki locally