From a73f28a91f6b573e515877faeffd508448bbb126 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 20 Feb 2018 08:53:09 -0800 Subject: [vim] Add again vim configuration. Will do another try with vim and a few plugins. --- vim/ftdetect/aurora.vim | 1 + vim/ftdetect/markdown.vim | 1 + 2 files changed, 2 insertions(+) create mode 100644 vim/ftdetect/aurora.vim create mode 100644 vim/ftdetect/markdown.vim (limited to 'vim/ftdetect') diff --git a/vim/ftdetect/aurora.vim b/vim/ftdetect/aurora.vim new file mode 100644 index 0000000..7ad6663 --- /dev/null +++ b/vim/ftdetect/aurora.vim @@ -0,0 +1 @@ +autocmd BufNewFile,BufReadPost *.aurora set filetype=python diff --git a/vim/ftdetect/markdown.vim b/vim/ftdetect/markdown.vim new file mode 100644 index 0000000..0a9e59f --- /dev/null +++ b/vim/ftdetect/markdown.vim @@ -0,0 +1 @@ +au BufNewFile,BufReadPost *.md set filetype=markdown -- cgit v1.2.3