From: Stefan Huber Date: Tue, 27 Aug 2024 20:30:35 +0000 (+0200) Subject: plugins: Switch to python formatter autopep8 X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=c507ff38a55559f46209b3f2208c8362de3d6b03;p=vimconf.git plugins: Switch to python formatter autopep8 --- diff --git a/plugins-full.vim.example b/plugins-full.vim.example index a1e34c5..ee2065f 100644 --- a/plugins-full.vim.example +++ b/plugins-full.vim.example @@ -263,7 +263,7 @@ EOF java = { require("formatter.filetypes.java").clangformat }, javascript = require('formatter.filetypes.javascript').prettier, json = require('formatter.filetypes.json').jq, - python = { require("formatter.filetypes.python").black }, + python = { require("formatter.filetypes.python").autopep8 }, xml = { require("formatter.filetypes.xml").xmllint }, -- Use the special "*" filetype for defining formatter configurations on