diff --git a/Home.md b/Home.md index e34fe62..6609fd4 100644 --- a/Home.md +++ b/Home.md @@ -300,6 +300,8 @@ 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.