Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 18 hours 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T13:35:05.000Z (5 months ago)
- Last Synced: 2024-11-16T19:33:04.107Z (2 months ago)
- Topics: lua, neovim, neovim-plugin, performance, status-bar, tabbar, winbar
- Language: Lua
- Homepage:
- Size: 18.6 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**
[![License: MIT](https://img.shields.io/github/license/adelarsq/neoline.vim?style=flat&color=green)](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
},
```