From 647be4587d42d031b1f756546d5595b0648b2648 Mon Sep 17 00:00:00 2001 From: long Date: Wed, 5 Oct 2022 08:11:19 -0500 Subject: [PATCH] re-enabled python indent --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 7a5c3b8..0b50afa 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -89,7 +89,7 @@ require("packer").startup(function() -- PYTHON --use {"numirias/semshi", run = ":UpdateRemotePlugins"} -- python - --use("Vimjas/vim-python-pep8-indent") + use("Vimjas/vim-python-pep8-indent") --use("petobens/poet-v") -- HTML/CSS