Hi. Im developing some c programs right now with neovim. I have a c.vim in /after/ftplugin directory to manage c-specific functionalities. How can I define behaviors for .h or .hpp files too? (if I try to define h.vim, neovim can't detect it)
Hi. Im developing some c programs right now with neovim. I have a c.vim in /after/ftplugin directory to manage c-specific functionalities. How can I define behaviors for .h or .hpp files too? (if I try to define h.vim, neovim can't detect it)
I think autocommands with *.h,*.hpp ... Will do the trick