Updated Home (markdown)

rebuilt 2021-07-06 13:00:53 +02:00
parent 82f2f412cd
commit eed0577895

31
Home.md

@ -6,9 +6,7 @@
- [Getting started](https://github.com/ChristianChiarulli/LunarVim/wiki/Getting-Started) - [Getting started](https://github.com/ChristianChiarulli/LunarVim/wiki/Getting-Started)
- [Installing Plugins](https://github.com/ChristianChiarulli/LunarVim/wiki/Installing-Plugins) - [Installing Plugins](https://github.com/ChristianChiarulli/LunarVim/wiki/Installing-Plugins)
- [Removing Plugins](https://github.com/ChristianChiarulli/LunarVim/wiki/Removing-Plugins) - [Removing Plugins](https://github.com/ChristianChiarulli/LunarVim/wiki/Removing-Plugins)
- [Using Packer](#using-packer) - [Using Packer](https://github.com/ChristianChiarulli/LunarVim/wiki/Using-Packer)
* [Packer commands](#packer-commands)
* [Packer reports missing plugins](#packer-reports-missing-plugins)
- [Clipboard Support](#clipboard-support) - [Clipboard Support](#clipboard-support)
- [LSP](#lsp) - [LSP](#lsp)
* [Lsp errors](#lsp-errors) * [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 # LSP
Neovim comes bundled with a language client but not a language server. Neovim comes bundled with a language client but not a language server.