Disable vim-airline wordcount.
David Blume

David Blume commited on 2018-04-28 18:30:23
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -281,6 +281,7 @@ let g:Powerline_symbols = 'fancy'
281 281
 " When using vim-airline
282 282
 let g:airline_powerline_fonts = 1
283 283
 let g:airline_theme = 'powerlineish'
284
+let g:airline#extensions#wordcount#enabled = 0
284 285
 
285 286
 " Install Pathogen for this next call to work
286 287
 call pathogen#infect()
287 288