nvim-lua / kickstart.nvim

A launch point for your personal nvim configuration
MIT License
16.93k stars 17.05k forks source link

Clipboard tool not listed as dependency #884

Closed stgpepper closed 2 months ago

stgpepper commented 2 months ago

Describe the bug

Installation instructions do not include installation of clipboard tool. Still suing the system clipboard is on by default. This might cause confusion to new users when starting out. On my case I found this out when trying things out in fresh Ubuntu install. On my situation installing xclip solved the issue.

To Reproduce

  1. Use newly installed Ubuntu (mine running on wsl2).
  2. Only install dependencies specified in documentation.
  3. Install neovim and neovim kickstart as per documentation.
  4. Run neovim and try to copy anything from a file to a system clipboard.

Desktop

Neovim Version

NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1692716794

Also...

There might be also some other application

dam9000 commented 2 months ago

@stgpepper opened a PR to address this, please review: https://github.com/nvim-lua/kickstart.nvim/pull/886

stgpepper commented 2 months ago

@stgpepper opened a PR to address this, please review: https://github.com/nvim-lua/kickstart.nvim/pull/886

I would review, but sadly I lack foundational knowledge of the scope of this issue. The solution in PR looks like it would work in my case. And if it were included in the docs from the get go it probably would have saved me some debugging time. I simply dont know what other options are available and what limitations migth be present and therefore feel incompetent to say wheter or not it works for the community.

That said, looks good to me and appreciate the PR 👍. Probably better that someone more experienced on the subject would actually aprove it if nessessary.