stevearc / vim-arduino

Vim plugin for compiling and uploading arduino sketches
MIT License
344 stars 24 forks source link

Filetype detection and statusline set for airline #15

Closed smartameer closed 5 years ago

smartameer commented 5 years ago

Please update the airline status at README.md as

autocmd BufNewFile,BufRead *.ino let g:airline_section_x='%{MyStatusLine()}'

else it keeps showing in other filetypes too.