Skip to content

Commit

Permalink
nvim: enable powerline
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzokuken committed Feb 25, 2020
1 parent 9b3a0d2 commit ca27182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dot_config/nvim/init.vim
Expand Up @@ -34,7 +34,8 @@ Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
call plug#end()

" PLUGIN CONFIGURATION
let g:airline#extensions#tabline#enabled = 1
let g:airline#extensions#tabline#enabled = 1 " enable tabline
let g:airline_powerline_fonts = 1 " enable powerline fonts

" COC CONFIGURATION
" if hidden is not set, TextEdit might fail.
Expand Down

0 comments on commit ca27182

Please sign in to comment.