Explorar el Código

update airline with coc

Chris hace 5 años
padre
commit
2e057dd441
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      themes/airline.vim

+ 1 - 0
themes/airline.vim

@@ -17,6 +17,7 @@ let g:airline_extensions = ['branch', 'hunks', 'coc']
 
 let g:airline#extensions#tabline#buffers_label = ''
 let g:airline#extensions#tabline#tabs_label = ''
+let g:airline#extensions#coc#enabled = 1
 
 " Just show the file name
 let g:airline#extensions#tabline#fnamemod = ':t'