From f10100e0b48effa9a20052ea9fc634b521c0072d Mon Sep 17 00:00:00 2001 From: mitermayer Date: Sat, 21 Mar 2020 22:30:42 +1100 Subject: 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 --- ftdetect/python.vim | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 ftdetect/python.vim (limited to 'ftdetect/python.vim') 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 -- cgit v1.3