diff options
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/vim/lua/myConfig.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dotfiles/vim/lua/myConfig.lua b/dotfiles/vim/lua/myConfig.lua index b9a150c..53d46e2 100644 --- a/dotfiles/vim/lua/myConfig.lua +++ b/dotfiles/vim/lua/myConfig.lua | |||
@@ -518,10 +518,6 @@ vim.api.nvim_create_user_command("Browse", function(opts) | |||
518 | Job:new({ | 518 | Job:new({ |
519 | command = 'xdg-open', | 519 | command = 'xdg-open', |
520 | args = { opts.args }, | 520 | args = { opts.args }, |
521 | on_exit = function(j, return_val) | ||
522 | print(return_val) | ||
523 | print(j:result()) | ||
524 | end | ||
525 | }):start() | 521 | }):start() |
526 | end, { nargs = 1 }) | 522 | end, { nargs = 1 }) |
527 | 523 | ||