Updated Home (markdown)

rebuilt 2021-07-06 12:53:14 +02:00
parent 6410afe092
commit f34a89f13b

42
Home.md

@ -31,48 +31,6 @@
## Finding plugins
If you want to find other plugins that take advantage of neovims 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 # Clipboard Support