2025-02-03 17:10:34 +08:00
|
|
|
# dein-ui.vim
|
|
|
|
|
2025-02-03 17:29:58 +08:00
|
|
|
> _dein-ui.vim_ is an UI plugin for Shougo's dein.vim or neobundle.vim.
|
2025-02-03 17:10:34 +08:00
|
|
|
|
|
|
|
[![](https://spacevim.org/img/build-with-SpaceVim.svg)](https://spacevim.org)
|
|
|
|
[![GPLv3 License](https://img.spacevim.org/license-GPLv3-blue.svg)](LICENSE)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Install](#install)
|
|
|
|
- [usage](#usage)
|
2025-02-03 17:16:15 +08:00
|
|
|
- [Feedback](#feedback)
|
2025-02-03 17:10:34 +08:00
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
![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')
|
|
|
|
```
|
|
|
|
|
2025-02-03 17:43:20 +08:00
|
|
|
for neobundle.vim
|
|
|
|
|
|
|
|
```vim
|
|
|
|
NeoBundle 'wsdjeg/dein-ui.vim'
|
|
|
|
let g:spacevim_plugin_manager = 'neobundle'
|
|
|
|
```
|
|
|
|
|
2025-02-03 17:10:34 +08:00
|
|
|
## usage
|
|
|
|
|
|
|
|
update all plugins
|
|
|
|
|
|
|
|
```log
|
|
|
|
:DeinUpdate
|
|
|
|
```
|
2025-02-03 17:16:15 +08:00
|
|
|
|
|
|
|
## 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)
|