pearofducks / ansible-vim

A vim plugin for syntax highlighting Ansible's common filetypes
MIT License
796 stars 98 forks source link

Add au ftdetects in augroups (google's coding style) #57

Closed hurricanehrndz closed 4 years ago

hurricanehrndz commented 6 years ago

This will allow easier integration with LanguageClient-neovim and Yaml-Language-Server. This gives the user the ability to disable ft-detection by allowing them to erase the augroups in an after plugin script.

pearofducks commented 6 years ago

Looks great! Can you just quickly add an example override to README? I don't think much/any descriptive text is needed, but a quick bit of override code would be good.

Thanks for working toward this change!