diff options
Diffstat (limited to 'autoload')
-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 aa61d8fb..41ebe474 100644 --- a/autoload/sleuth.vim +++ b/autoload/sleuth.vim @@ -200,7 +200,7 @@ let s:globs = { \ 'terraform': '*.hcl,*.nomad,*.tf,*.tfvars,*.workflow', \ 'textile': '*.textile', \ 'thrift': '*.thrift', - \ 'tmux': '.tmux.conf', + \ 'tmux': '.tmux*.conf', \ 'toml': '*.toml,Cargo.lock,Gopkg.lock,poetry.lock,Pipfile', \ 'tptp': '*.p,*.tptp,*.ax', \ 'trasys': '*.inp', |