Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: add clipboard tool dependency #886

Merged
merged 1 commit into from
Apr 27, 2024
Merged

Commits on Apr 27, 2024

  1. README: add clipboard tool dependency

    Fixes: nvim-lua#884
    Neovim requires an external tool for proper system clipboard integration.
    Some systems install this already by default:
    - on Fedora xsel is already installed by default
    - on Windows using the choko install the win32yank is alredy installed
    This is not installed by default on ubuntu or debian so adding that
    to the dependencies list and to the install instructions snippets.
    dam9000 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3555a31 View commit details
    Browse the repository at this point in the history