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

https://github.com/wsdjeg/dein-ui.vim

UI for Shougo's dein.vim
https://github.com/wsdjeg/dein-ui.vim

Last synced: about 1 month ago
JSON representation

UI for Shougo's dein.vim

Awesome Lists containing this project

README

        

# dein-ui.vim

> _dein-ui.vim_ is an UI plugin for Shougo's dein.vim or neobundle.vim.

[![](https://spacevim.org/img/build-with-SpaceVim.svg)](https://spacevim.org)
[![GPLv3 License](https://img.spacevim.org/license-GPLv3-blue.svg)](LICENSE)

- [Install](#install)
- [usage](#usage)
- [Feedback](#feedback)

![UI for dein](https://user-images.githubusercontent.com/13142418/34907332-903ae968-f842-11e7-8ac9-07fcc9940a53.gif)

## Install

for dein.vim

```vim
call dein#add('wsdjeg/dein-ui.vim')
```

for neobundle.vim

```vim
NeoBundle 'wsdjeg/dein-ui.vim'
let g:spacevim_plugin_manager = 'neobundle'
```

## usage

update all plugins

```log
:DeinUpdate
```

## Feedback

The development of this plugin is in [`SpaceVim/bundle/dein-ui.vim`](https://github.com/SpaceVim/SpaceVim/tree/master/bundle/dein-ui.vim) directory.

If you encounter any bugs or have suggestions, please file an issue in the [issue tracker](https://github.com/SpaceVim/SpaceVim/issues)