diff options
Diffstat (limited to 'ftdetect/python.vim')
| -rw-r--r-- | ftdetect/python.vim | 4 |
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 |
