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:
parent
aef0a987cc
commit
9ccc95ea6c
@ -91,7 +91,6 @@ end
|
|||||||
local default_providers = {
|
local default_providers = {
|
||||||
"node",
|
"node",
|
||||||
"perl",
|
"perl",
|
||||||
"python",
|
|
||||||
"python3",
|
"python3",
|
||||||
"ruby",
|
"ruby",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user