summary refs log tree commit diff
path: root/vim/ftdetect
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-02-28 08:40:49 -0800
committerFranck Cuny <franck.cuny@gmail.com>2018-02-28 08:40:49 -0800
commit9210a2bb594298fb32600e360e6a6cd50f33ac33 (patch)
treea3fb88da6131360f764410bea31ab028eb6b4e1b /vim/ftdetect
parent[Makefile] fix the URL to my public key (diff)
downloademacs.d-9210a2bb594298fb32600e360e6a6cd50f33ac33.tar.gz
[vim] Remove vim, I really can't get to switch.
Diffstat (limited to '')
-rw-r--r--vim/ftdetect/aurora.vim1
-rw-r--r--vim/ftdetect/markdown.vim1
-rw-r--r--vim/ftdetect/pants.vim2
3 files changed, 0 insertions, 4 deletions
diff --git a/vim/ftdetect/aurora.vim b/vim/ftdetect/aurora.vim
deleted file mode 100644
index 7ad6663..0000000
--- a/vim/ftdetect/aurora.vim
+++ /dev/null
@@ -1 +0,0 @@
-autocmd BufNewFile,BufReadPost *.aurora set filetype=python
diff --git a/vim/ftdetect/markdown.vim b/vim/ftdetect/markdown.vim
deleted file mode 100644
index 0a9e59f..0000000
--- a/vim/ftdetect/markdown.vim
+++ /dev/null
@@ -1 +0,0 @@
-au BufNewFile,BufReadPost *.md set filetype=markdown
diff --git a/vim/ftdetect/pants.vim b/vim/ftdetect/pants.vim
deleted file mode 100644
index ab59361..0000000
--- a/vim/ftdetect/pants.vim
+++ /dev/null
@@ -1,2 +0,0 @@
-autocmd BufNewFile,BufReadPost BUILD set filetype=python
-