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
- Host: GitHub
- URL: https://github.com/wsdjeg/dein-ui.vim
- Owner: wsdjeg
- License: gpl-3.0
- Created: 2018-05-01T13:23:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T09:44:59.000Z (3 months ago)
- Last Synced: 2025-02-12T11:12:53.274Z (3 months ago)
- Language: Vim Script
- Homepage:
- Size: 109 KB
- Stars: 161
- Watchers: 8
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
[](LICENSE)- [Install](#install)
- [usage](#usage)
- [Feedback](#feedback)
## 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)