From eea9f850e120913c9351f6bc212e23c17cf22cc0 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 13 Dec 2023 13:02:51 +0100 Subject: [PATCH] feat: i hate python recommended style tabs are for indentation! i hate PEP8!!! --- ftplugin/python.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftplugin/python.lua diff --git a/ftplugin/python.lua b/ftplugin/python.lua new file mode 100644 index 0000000..65ab3a5 --- /dev/null +++ b/ftplugin/python.lua @@ -0,0 +1 @@ +vim.g.python_recommended_style = false