From f34a89f13b9c53485f926a70258906a8e8b6128b Mon Sep 17 00:00:00 2001 From: rebuilt Date: Tue, 6 Jul 2021 12:53:14 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/Home.md b/Home.md index 4708b00..f27d991 100644 --- a/Home.md +++ b/Home.md @@ -31,48 +31,6 @@ -## Finding plugins - -If you want to find other plugins that take advantage of neovim’s latest -features go [here](https://github.com/rockerBOO/awesome-neovim) - -# Using Packer - -[Packer](https://github.com/wbthomason/packer.nvim) manages your -installed plugins. Any time you make changes to your list of plugins in -\~/.config/nvim/lua/plugins.lua you must first run the command -:PackerCompile then :PackerInstall. \#\# Packer commands - -``` bash --- You must run this or `PackerSync` whenever you make changes to your plugin configuration -:PackerCompile - --- Only install missing plugins -:PackerInstall - --- Update and install plugins -:PackerUpdate - --- Remove any disabled or unused plugins -:PackerClean - --- Performs `PackerClean` and then `PackerUpdate` -:PackerSync - --- View the status of your plugins -:PackerStatus -``` - -## Packer reports missing plugins - -If you get an error message about missing plugins and the above commands -do not work, remove the plugin directory and reinstall from scratch. - -``` bash -rm -rf ~/.local/share/nvim/site -:PackerCompile -:PackerInstall -``` # Clipboard Support