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: 6 months ago
JSON representation
A modern and great-looking status bar for neovim
- Host: GitHub
- URL: https://github.com/avimitin/nerd-galaxyline
- Owner: Avimitin
- License: mit
- Created: 2021-06-17T10:41:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T08:03:50.000Z (about 4 years ago)
- Last Synced: 2025-07-25T03:31:47.882Z (6 months ago)
- Topics: lua, neovim, nvim, status-line, vim
- Language: Lua
- Homepage:
- Size: 281 KB
- Stars: 39
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# nerd-galaxyline

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

## 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