mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Add lualine to replace Airline statusline.
This commit is contained in:
parent
bd3e4c9222
commit
8b041f2e34
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,13 @@
|
||||||
let s:ctx = g:dotfiles_plugins_list_context
|
let s:ctx = g:dotfiles_plugins_list_context
|
||||||
|
|
||||||
|
" UI {{{
|
||||||
|
call s:ctx.use('romgrk/barbar.nvim')
|
||||||
|
call s:ctx.use('hoob3rt/lualine.nvim')
|
||||||
|
" }}}
|
||||||
|
|
||||||
" Files {{{
|
" Files {{{
|
||||||
call s:ctx.use('preservim/nerdtree')
|
call s:ctx.use('preservim/nerdtree')
|
||||||
call s:ctx.use('kyazdani42/nvim-web-devicons')
|
call s:ctx.use('kyazdani42/nvim-web-devicons')
|
||||||
call s:ctx.use('romgrk/barbar.nvim')
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Language specific {{{
|
" Language specific {{{
|
||||||
|
@ -11,8 +15,6 @@ let s:ctx = g:dotfiles_plugins_list_context
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Misc {{{
|
" 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')
|
if has('nvim-0.5.0')
|
||||||
call s:ctx.use('andweeb/presence.nvim')
|
call s:ctx.use('andweeb/presence.nvim')
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue