mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Exchanged vim-airline for barbar.nvim
This commit is contained in:
parent
04834001f6
commit
3b7d90a91c
2 changed files with 8 additions and 1 deletions
|
@ -2,6 +2,8 @@ let s:ctx = g:dotfiles_plugins_list_context
|
||||||
|
|
||||||
" 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('romgrk/barbar.nvim')
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Language specific {{{
|
" Language specific {{{
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
let g:k_nvim_dotfiles_dir = expand('<sfile>:p:h')
|
let g:k_nvim_dotfiles_dir = expand('<sfile>:p:h')
|
||||||
let g:k_dotfiles_dir = expand('<sfile>:p:h: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'
|
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.
|
" Enable the clearly superior mode.
|
||||||
let g:vim_ide = 1
|
let g:vim_ide = 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue