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
pull/1285/head
McAuley Penney 2 years ago committed by siduck
parent aef0a987cc
commit 9ccc95ea6c

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

Loading…
Cancel
Save