Add filetype detection for go.mod files

This commit is contained in:
Camden Cheek 2021-05-11 09:30:40 -06:00 committed by Thomas Vigouroux
parent fe4f320b66
commit d0cefbb5a3

1
ftdetect/gomod.vim Normal file
View file

@ -0,0 +1 @@
au BufRead,BufNewFile go.mod set filetype=gomod