neoline.vim icon indicating copy to clipboard operation
neoline.vim copied to clipboard

Status Line for Neovim focused on beauty and performance ✅💙💛🤍💚

neoline.vim ✅

A light statusline/tabline plugin for Neovim using Lua.

Using neoline.vim with material dark theme and vim-emoji-icon-theme:

Using neoline.vim with material light theme and vim-emoji-icon-theme:

Installation 🧙

Plug

Add the following lines on the Vim/NeoVim config file:

Plug 'https://github.com/adelarsq/neoline.vim'

Then open the editor and install with PlugInstall.

Dein

Add the following lines on the Vim/NeoVim config file:

call dein#add('adelarsq/neoline.vim')

Then open the editor and install with call dein#install().

Packer

use 'adelarsq/neoline.vim'

Features/Todos ⚙️

Options ✅

Disabling the statusline:

set g:neoline_disable_statusline=1

Or with Lua:

vim.g.neoline_disable_statusline=1

Disabling the tabline:

set g:neoline_disable_tabline=1

Or with Lua:

vim.g.neoline_disable_tabline=1

Others 🦕

Acknowledgments 💡

Thanks goes to these people/projects for inspiration:

License 📜

MIT

Self-plug 🔌

If you liked this plugin, also check out:

  • vim-emoji-icon-theme - Emoji/Unicode Icons Theme for Vim and Neovim with support for 40+ plugins and 300+ filetypes
  • neovcs.vim - VCS support for Neovim