diff options
Diffstat (limited to 'autoload/sleuth.vim')
-rw-r--r-- | autoload/sleuth.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/sleuth.vim b/autoload/sleuth.vim index e5f2e2ed..2e08b32b 100644 --- a/autoload/sleuth.vim +++ b/autoload/sleuth.vim @@ -198,7 +198,7 @@ let s:globs = { \ 'systemd': '*.automount,*.dnssd,*.link,*.mount,*.netdev,*.network,*.nspawn,*.path,*.service,*.slice,*.socket,*.swap,*.target,*.timer,*.#*', \ 'tablegen': '*.td', \ 'tads': '*.t', - \ 'terraform': '*.hcl,*.nomad,*.tf,*.tfvars,*.workflow', + \ 'terraform': '*.tf,*.tfvars', \ 'textile': '*.textile', \ 'thrift': '*.thrift', \ 'tmux': '.tmux*.conf', |