From 1b710da0322b1ead86286c0589159a071994995f Mon Sep 17 00:00:00 2001 From: w34164 Date: Thu, 17 Jul 2025 11:54:28 +0200 Subject: [PATCH] Adding file detection that works with ansible files --- ftdetect/ansible.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftdetect/ansible.vim diff --git a/ftdetect/ansible.vim b/ftdetect/ansible.vim new file mode 100644 index 0000000..60c2f0c --- /dev/null +++ b/ftdetect/ansible.vim @@ -0,0 +1 @@ +au BufRead,BufNewFile *.yml set filetype=yaml.ansible