neovim - clipboard in wayland

This commit is contained in:
serxoz 2024-03-02 13:46:11 +01:00
parent 095d157420
commit ab82ce00bd

View File

@ -1,6 +1,6 @@
### Serxoz init.lua
Prerequisite:
- install [ripgrep](https://github.com/BurntSushi/ripgrep).
- install xclip, to interact with system clipboard.
- install xclip or wl-clipboard (if in wayland), to interact with system clipboard.
Based on the [ThePrimeagen's one](https://github.com/ThePrimeagen/init.lua).