Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Avimitin/nerd-galaxyline

A modern and great-looking status bar for neovim
https://github.com/Avimitin/nerd-galaxyline

lua neovim nvim status-line vim

Last synced: about 2 months ago
JSON representation

A modern and great-looking status bar for neovim

Awesome Lists containing this project

README

        

# nerd-galaxyline

![img](./image/nerd-galaxyline.png)

nerd-galaxyline is a modern and great-looking status bar theme for
[galaxyline](https://github.com/glepnir/galaxyline.nvim). Forked from
[evilline](https://github.com/LoydAndrew/nvim/blob/main/evilline.lua)
and have numerous changes been made in the appearance.

## Features

- Support `coc.nvim` diagnostic information report.
- Full nerdfont icons.
- Looks well with vim-deus themes.
- Support automatic truncation of status text

- Now support different color scheme and will change background color automatically.

Currently supported theme:

```text
* ever forest
* deus
* gruvbox
```




- Short line support

![image](./image/short-line.png)

## Requirement

Requires neovim 0.5.0+ and a patched
[nerd font](https://www.nerdfonts.com/).

You may also need [neovim-deus](https://github.com/Avimitin/neovim-deus)
to get the full colorscheme look.

## Install

Using [vim-plug]()

```
Plug 'glepnir/galaxyline.nvim'
Plug 'Avimitin/nerd-galaxyline'
```

## License

MIT LICENSE