diff --git a/vim/.vim/ftdetect/automake.vim b/vim/.vim/ftdetect/automake.vim new file mode 100644 index 0000000..5cc73b0 --- /dev/null +++ b/vim/.vim/ftdetect/automake.vim @@ -0,0 +1,2 @@ +" Use Automake filetype for `local.am` files, explicit `set` to force override +au BufNewFile,BufRead local.am set filetype=automake