[nvim] Exchanged vim-airline for barbar.nvim

This commit is contained in:
Alyxia Sother 2021-07-04 18:41:42 +02:00
parent 04834001f6
commit 3b7d90a91c
No known key found for this signature in database
GPG Key ID: 355968D14144B739
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,8 @@ let s:ctx = g:dotfiles_plugins_list_context
" Files {{{
call s:ctx.use('preservim/nerdtree')
call s:ctx.use('kyazdani42/nvim-web-devicons')
call s:ctx.use('romgrk/barbar.nvim')
" }}}
" Language specific {{{

View File

@ -1,8 +1,13 @@
let g:k_nvim_dotfiles_dir = expand('<sfile>:p:h')
let g:k_dotfiles_dir = expand('<sfile>:p:h:h')
let &runtimepath = g:k_nvim_dotfiles_dir.','.&runtimepath.','.g:k_nvim_dotfiles_dir.'/after'
" Disable the following plugins from Dima's list
" https://github.com/dmitmel/dotfiles/commit/ae79a2b708c79cf91a889737e69b7256681d0478
let g:dotfiles_plugin_manager_inhibited_plugins = {
\ 'vim-airline': 1,
\ }
" Enable the clearly superior mode.
let g:vim_ide = 1