https://github.com/adelarsq/bar.nvim
A really light statusline/tabline/winbar plugin for Neovim using Lua.
https://github.com/adelarsq/bar.nvim
lua neovim neovim-plugin performance status-bar tabbar winbar
Last synced: 4 months ago
JSON representation
A really light statusline/tabline/winbar plugin for Neovim using Lua.
- Host: GitHub
- URL: https://github.com/adelarsq/bar.nvim
- Owner: adelarsq
- License: mit
- Created: 2024-01-06T02:15:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T15:28:08.000Z (7 months ago)
- Last Synced: 2025-01-17T12:49:41.630Z (6 months ago)
- Topics: lua, neovim, neovim-plugin, performance, status-bar, tabbar, winbar
- Language: Lua
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# bar.nvim ✅
**IMPORTANT: Requires Neovim Nightly**
[](https://mit-license.org)
A really light statusline/tabline/winbar plugin for [Neovim](https://github.com/neovim/neovim) using [Lua](https://www.lua.org).
## Setup
Setup with Lazy:
```
{
'adelarsq/bar.nvim',
config = function ()
require('bar').setup()
end
},
```