Whenever I create a .h file, Airline interprets it as a cpp file (in the filetype section). How do I set it to c?
I couldn't find an answer online, and I don't know in where to change the source code of Airline to do what I want.
Whenever I create a .h file, Airline interprets it as a cpp file (in the filetype section). How do I set it to c?
I couldn't find an answer online, and I don't know in where to change the source code of Airline to do what I want.
Copyright © 2021 Jogjafile Inc.
Filetype is set by standard Vim ftplugin. To change the default
See
:h c.vimfor more options.