aboutsummaryrefslogtreecommitdiff
path: root/ftdetect/python.vim
diff options
context:
space:
mode:
authormitermayer <mitermayer@gmail.com>2020-03-21 22:30:42 +1100
committermitermayer <mitermayer@gmail.com>2020-03-21 23:38:46 +1100
commitf10100e0b48effa9a20052ea9fc634b521c0072d (patch)
tree13092d917024c2644d6c1c0b5fd99ef2ac446838 /ftdetect/python.vim
parent7041b9cb8bee84f432f1e168f826a90a0beea93a (diff)
downloadvim-prettier-f10100e0b48effa9a20052ea9fc634b521c0072d.tar.xz
bugfix/issue-229-fixing-neovim-0-4-compatibility
- Updated nvim test version to latest 0.4.3 on Dockerfile - Updated nvim async job to behave similar to vim8 - Removing support for python plugins since it has been archieved from repository - bumping prettier dep - updating snapshots
Diffstat (limited to 'ftdetect/python.vim')
-rw-r--r--ftdetect/python.vim3
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