Neovim support

This commit is contained in:
Andrea Schiavini
2016-02-05 09:19:31 +01:00
parent 3f927b587d
commit ef3746d022
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ endif
function! airline#extensions#tabline#init(ext)
if has('gui_running')
if has('nvim') || has('gui_running')
set guioptions-=e
endif