aboutsummaryrefslogtreecommitdiff
path: root/ftdetect/python.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect/python.vim')
-rw-r--r--ftdetect/python.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/ftdetect/python.vim b/ftdetect/python.vim
new file mode 100644
index 0000000..ed6cf7a
--- /dev/null
+++ b/ftdetect/python.vim
@@ -0,0 +1,3 @@
+augroup PrettierFileDetect
+ autocmd BufNewFile,BufReadPost *.python setfiletype python
+augroup end