refactor: remove python2 provider

• since neovim/neovim@baec0d3152
      python2 support has been removed. The
      Python provider for Python2 no longer
      exists on v0.7 and newer
This commit is contained in:
McAuley Penney 2022-06-27 09:21:19 -07:00 committed by siduck
parent aef0a987cc
commit 9ccc95ea6c

View File

@ -91,7 +91,6 @@ end
local default_providers = {
"node",
"perl",
"python",
"python3",
"ruby",
}