Skip to content

Instantly share code, notes, and snippets.

@lmansur
Created April 7, 2020 19:38
Show Gist options
  • Save lmansur/05843947e291caf775160f6964aee0ab to your computer and use it in GitHub Desktop.
Save lmansur/05843947e291caf775160f6964aee0ab to your computer and use it in GitHub Desktop.
function! LightlineFiletype()
if &filetype ==? 'ruby'
return ''
elseif &filetype ==? 'javascript'
return ''
endif
return &filetype
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment