IMPORTANT: Requires Neovim Nightly
A light statusline/tabline plugin for Neovim using Lua.
Using neoline.vim with material dark theme, vim-emoji-icon-theme, petertriho/nvim-scrollbar, hrsh7th/nvim-cmp and nvim-neo-tree/neo-tree.nvim:
Add the following lines on the NeoVim config file (Lua):
require('lazy').setup({
{
'adelarsq/neoline.vim'
},
}, {})
Add the following lines on the Vim/NeoVim config file:
Plug 'adelarsq/neoline.vim'
Then open the editor and install with PlugInstall
.
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()
.
use 'adelarsq/neoline.vim'
set laststatus=2
) and global status (set laststatus=3
) line support. Global status has a little better performance than local status on this plugin.Disabling the statusline:
vim.g.neoline_disable_statusline=1
-- or with VimScript
set g:neoline_disable_statusline=1
Disabling the tabline:
vim.g.neoline_disable_tabline=1
-- or with VimScript
set g:neoline_disable_tabline=1
Disabling current scope on the status line:
vim.g.neoline_disable_current_scope = 1
-- or with VimScript
set g:neoline_disable_current_scope = 1
Thanks goes to these people/projects for inspiration:
If you liked this plugin, also check out: