1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:40:05 +08:00
SpaceVim/bundle/winbar.nvim/README.md

37 lines
872 B
Markdown
Raw Normal View History

2025-01-14 22:49:16 +08:00
# 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)