[nvim] Add lualine to replace Airline statusline.

This commit is contained in:
Keanu Timmermans 2021-07-09 12:19:21 +02:00
parent bd3e4c9222
commit 8b041f2e34
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
1 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,13 @@
let s:ctx = g:dotfiles_plugins_list_context
" UI {{{
call s:ctx.use('romgrk/barbar.nvim')
call s:ctx.use('hoob3rt/lualine.nvim')
" }}}
" Files {{{
call s:ctx.use('preservim/nerdtree')
call s:ctx.use('kyazdani42/nvim-web-devicons')
call s:ctx.use('romgrk/barbar.nvim')
" }}}
" Language specific {{{
@ -11,8 +15,6 @@ let s:ctx = g:dotfiles_plugins_list_context
" }}}
" Misc {{{
call s:ctx.use('glacambre/firenvim', { 'do': ':call firenvim#install(0)' })
call s:ctx.use('glepnir/dashboard-nvim')
if has('nvim-0.5.0')
call s:ctx.use('andweeb/presence.nvim')
endif