refactor: address emmylua diagnostics
This commit is contained in:
@@ -11,7 +11,7 @@ vim.api.nvim_create_user_command("PluginUnwatch", function()
|
||||
end, { desc = "Stop watching plugin configs" })
|
||||
|
||||
vim.api.nvim_create_user_command("PluginReload", function(opts)
|
||||
require("pack").reload(opts.args)
|
||||
require("pack").reload_plugin(opts.args)
|
||||
end, {
|
||||
nargs = 1,
|
||||
complete = function(lead)
|
||||
|
||||
Reference in New Issue
Block a user