Created
April 7, 2020 19:38
-
-
Save lmansur/05843947e291caf775160f6964aee0ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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