diff --git a/Home.md b/Home.md index f27d991..08a6f13 100644 --- a/Home.md +++ b/Home.md @@ -6,9 +6,7 @@ - [Getting started](https://github.com/ChristianChiarulli/LunarVim/wiki/Getting-Started) - [Installing Plugins](https://github.com/ChristianChiarulli/LunarVim/wiki/Installing-Plugins) - [Removing Plugins](https://github.com/ChristianChiarulli/LunarVim/wiki/Removing-Plugins) -- [Using Packer](#using-packer) - * [Packer commands](#packer-commands) - * [Packer reports missing plugins](#packer-reports-missing-plugins) +- [Using Packer](https://github.com/ChristianChiarulli/LunarVim/wiki/Using-Packer) - [Clipboard Support](#clipboard-support) - [LSP](#lsp) * [Lsp errors](#lsp-errors) @@ -32,33 +30,6 @@ -# Clipboard Support - -- On Mac `pbcopy` should be built-in - -- Ubuntu - - ```bash - sudo apt install xclip - ``` - -- Arch - - ```bash - sudo pacman -S xclip - ``` - -- WSL2 - - Make sure ~/bin is in your path in this case. - - ```bash - curl -sLo/tmp/win32yank.zip https://github.com/equalsraf/win32yank/releases/download/v0.0.4/win32yank-x64.zip - unzip -p /tmp/win32yank.zip win32yank.exe > /tmp/win32yank.exe - chmod +x /tmp/win32yank.exe - mv /tmp/win32yank.exe ~/bin - ``` - # LSP Neovim comes bundled with a language client but not a language server.