mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 08:44:06 +00:00
refactor: rewrite python provider in lua
This commit is contained in:
@@ -183,10 +183,6 @@ local function check_rplugin_manifest()
|
||||
health.start('Remote Plugins')
|
||||
|
||||
local existing_rplugins = {}
|
||||
for _, item in ipairs(vim.fn['remote#host#PluginsForHost']('python')) do
|
||||
existing_rplugins[item.path] = 'python'
|
||||
end
|
||||
|
||||
for _, item in ipairs(vim.fn['remote#host#PluginsForHost']('python3')) do
|
||||
existing_rplugins[item.path] = 'python3'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user