Created Removing Plugins (markdown)

rebuilt 2021-07-06 12:48:54 +02:00
parent 53502bf01d
commit fde5e94634

11
Removing-Plugins.md Normal file

@ -0,0 +1,11 @@
## Removing plugins
To disable a plugin set it's active state to 'false'.
```
-- ~/.config/nvim/lv-config.lua
O.plugin.hop.active = false
-- Or remove the entry from custom_plugins
O.custom_plugins = {}
```
Then run :PackerClean to delete the plugin files.