Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T08:03:50.000Z (almost 3 years ago)
- Last Synced: 2024-05-05T15:37:00.547Z (6 months ago)
- Topics: lua, neovim, nvim, status-line, vim
- Language: Lua
- Homepage:
- Size: 281 KB
- Stars: 38
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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