]> git.sthu.org Git - vimconf.git/commitdiff
plugins: Switch to python formatter autopep8
authorStefan Huber <shuber@sthu.org>
Tue, 27 Aug 2024 20:30:35 +0000 (22:30 +0200)
committerStefan Huber <shuber@sthu.org>
Tue, 27 Aug 2024 20:30:35 +0000 (22:30 +0200)
plugins-full.vim.example

index a1e34c5928a4f15867f3690b68eee9c9a9a16483..ee2065f3b261496161fea6f8c00dae18d83e457f 100644 (file)
@@ -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