1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 03:35:10 +01:00

Compare commits

...

3 Commits

5
.vimrc
View File

@@ -52,7 +52,8 @@ let g:airline_theme = "hybrid"
" Disable showing current function in airline " Disable showing current function in airline
let g:airline#extensions#tagbar#enabled = 0 let g:airline#extensions#tagbar#enabled = 0
" Better showing of open buffers (open files), integrates with airline " Better showing of open buffers (open files), integrates with airline
Plug 'bling/vim-bufferline' " Plug 'bling/vim-bufferline'
" Plug 'alisnic/vim-bufferline'
" Version control notes in the line number bar " Version control notes in the line number bar
if has('nvim') || has('patch-8.0.902') if has('nvim') || has('patch-8.0.902')
@@ -520,7 +521,7 @@ if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &te
let g:enable_bold_font = 1 let g:enable_bold_font = 1
let g:enable_italic_font = 1 let g:enable_italic_font = 1
let g:hybrid_transparent_background = 1 let g:hybrid_transparent_background = 1
colorscheme hybrid_material colorscheme hybrid_reverse
" create a bar for airline " create a bar for airline
set laststatus=2 set laststatus=2