1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

updated neovim config

This commit is contained in:
eoli3n 2020-05-08 11:00:54 +02:00
parent 2aa110f117
commit f19a3d2eb4

@ -5,6 +5,7 @@ call plug#begin('~/.vim/plugged')
Plug 'tpope/vim-sensible'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
" List ends here. Plugins become visible to Vim after this call.
call plug#end()
@ -25,5 +26,8 @@ let g:airline#extensions#tabline#enabled = 1
let g:airline#extensions#tabline#show_buffers = 0
let g:airline_theme = 'minimalist'
" Configure hexokinase colorizer
let g:Hexokinase_highlighters = [ 'sign_column' ]
" Default term cursor
set guicursor=