Updated Home (markdown)

rebuilt 2021-07-05 15:52:57 +02:00
parent e23390cf0c
commit 049ad88bc6

@ -304,6 +304,15 @@ telescope_project
dap_install
```
## Removing plugins
To disable a plugin set it's active state to 'false'.
```
-- ~/.config/nvim/lv-config.lua
O.plugin.hop.active = false
```
Then run :PackerClean to delete the plugin files.
## Finding plugins