stylish.nvim icon indicating copy to clipboard operation
stylish.nvim copied to clipboard

remove xdotool check

Open teto opened this issue 2 years ago • 1 comments

there is no need to check that xdotool exists at that specific path '/usr/bin/xdotool', I could have installed a fork at '/usr/local/bin/xdotool'. Mine currently lives at /etc/profiles/per-user/teto/bin/xdotool. One check could be that it is in PATH. Even better would be to check errors from vim.fn.system or add a checkhealth file.

This current change allowed me to create a simple package for nix.

teto avatar Feb 11 '22 14:02 teto

@sunjon any comment ?

teto avatar Mar 08 '22 19:03 teto