mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:40:03 +08:00
37 lines
872 B
Markdown
37 lines
872 B
Markdown
# winbar.nvim
|
|
|
|
> _winbar.nvim_ is a plugin which provides default winbar for neovim.
|
|
|
|
[![](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)
|
|
- [Feedback](#feedback)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Install
|
|
|
|
1. Using `winbar.nvim` in SpaceVim:
|
|
|
|
```toml
|
|
[[layers]]
|
|
name = 'core'
|
|
enable_winbar = true
|
|
```
|
|
|
|
2. Using `winbar.nvim` without SpaceVim:
|
|
|
|
```
|
|
Plug 'wsdjeg/winbar.nvim'
|
|
```
|
|
|
|
## Feedback
|
|
|
|
The development of this plugin is in [`SpaceVim/bundle/winbar.nvim`](https://github.com/SpaceVim/SpaceVim/tree/master/bundle/winbar.nvim) directory.
|
|
|
|
If you encounter any bugs or have suggestions, please file an issue in the [issue tracker](https://github.com/SpaceVim/SpaceVim/issues)
|
|
|