Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
},
```