1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-14 06:18:00 +08:00
SpaceVim/bundle/dein-ui.vim/README.md

47 lines
1.0 KiB
Markdown
Raw Normal View History

# 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.
[![](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)
<!-- 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')
```
for neobundle.vim
```vim
NeoBundle 'wsdjeg/dein-ui.vim'
let g:spacevim_plugin_manager = 'neobundle'
```
## 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)