From 9ccc95ea6c65440dc4e75508b9f3ac93a22240e3 Mon Sep 17 00:00:00 2001 From: McAuley Penney Date: Mon, 27 Jun 2022 09:21:19 -0700 Subject: [PATCH] refactor: remove python2 provider MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • since neovim/neovim@baec0d3152afeab3007ebb505f3fc274511db434 python2 support has been removed. The Python provider for Python2 no longer exists on v0.7 and newer --- lua/core/options.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/core/options.lua b/lua/core/options.lua index 5a49d26..9df3027 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -91,7 +91,6 @@ end local default_providers = { "node", "perl", - "python", "python3", "ruby", }