As soon as I load any file in vim, It\'ll try to detect the file and color-highlight it if possible.
I want to know a vim command that will tell me which ftplugin or Fil
You can also add the filetype to your status line or window title using the %y and %Y items. See
%y
%Y
:help 'statusline' :help 'titlestring'