diff options
| author | Mitermayer Reis <mitermayer.reis@gmail.com> | 2020-03-21 23:45:17 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-21 23:45:17 +1100 |
| commit | b016b933523b428c664d7a02a69c9b499c600abb (patch) | |
| tree | 13092d917024c2644d6c1c0b5fd99ef2ac446838 /ftdetect/python.vim | |
| parent | 7041b9cb8bee84f432f1e168f826a90a0beea93a (diff) | |
| parent | f10100e0b48effa9a20052ea9fc634b521c0072d (diff) | |
| download | vim-prettier-b016b933523b428c664d7a02a69c9b499c600abb.tar.xz | |
Merge pull request #231 from prettier/bugfix/issue-229-fixing-neovim-0-4-compatibility
bugfix/issue-229-fixing-neovim-0-4-compatibility
Diffstat (limited to 'ftdetect/python.vim')
| -rw-r--r-- | ftdetect/python.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ftdetect/python.vim b/ftdetect/python.vim deleted file mode 100644 index ed6cf7a..0000000 --- a/ftdetect/python.vim +++ /dev/null @@ -1,3 +0,0 @@ -augroup PrettierFileDetect - autocmd BufNewFile,BufReadPost *.python setfiletype python -augroup end |
