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