aboutsummaryrefslogtreecommitdiff
path: root/.vim/ftdetect/toml.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/ftdetect/toml.vim')
-rw-r--r--.vim/ftdetect/toml.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/.vim/ftdetect/toml.vim b/.vim/ftdetect/toml.vim
deleted file mode 100644
index 568dd82..0000000
--- a/.vim/ftdetect/toml.vim
+++ /dev/null
@@ -1,2 +0,0 @@
-" Go dep and Rust use several TOML config files that are not named with .toml.
-autocmd BufNewFile,BufRead *.toml,Gopkg.lock,Cargo.lock,*/.cargo/config,*/.cargo/credentials,Pipfile setf toml