diff options
| author | mitermayer <mitermayer@gmail.com> | 2020-03-21 22:30:42 +1100 |
|---|---|---|
| committer | mitermayer <mitermayer@gmail.com> | 2020-03-21 23:38:46 +1100 |
| commit | f10100e0b48effa9a20052ea9fc634b521c0072d (patch) | |
| tree | 13092d917024c2644d6c1c0b5fd99ef2ac446838 /ftplugin/python.vim | |
| parent | 7041b9cb8bee84f432f1e168f826a90a0beea93a (diff) | |
| download | vim-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 'ftplugin/python.vim')
| -rw-r--r-- | ftplugin/python.vim | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ftplugin/python.vim b/ftplugin/python.vim deleted file mode 100644 index 15dccff..0000000 --- a/ftplugin/python.vim +++ /dev/null @@ -1,10 +0,0 @@ -let b:prettier_ft_default_args = { - \ 'parser': 'python', - \ } - -augroup Prettier - autocmd! - if get(g:, 'prettier#autoformat') - autocmd BufWritePre *.py call prettier#Autoformat() - endif -augroup end |
