diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index cc707f4..8bff8b6 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -765,7 +765,7 @@ local plugins = { return vim.fn.input("Path to executable: ", vim.fn.getcwd() .. "/", "file") end, args = function() - require('custom.utils').tokenize_args(vim.fn.input("args: ")) + return require('custom.utils').tokenize_args(vim.fn.input("args: ")) end, cwd = "${workspaceFolder}", -- FIXME: perhaps we can put the stdio somewhere more practical