-
Notifications
You must be signed in to change notification settings - Fork 1
Recommended plugins
Here you can find plugins recommended by others which you can add to your version of vim-ada.
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.
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'