Always run :checkhealth
to check problems.
If you are using MacOS, try to install luarocks by brew install luarocks
, or upgrade it.
If missing cmake
, may install luaformatter failed.
If luarocks reports Failed downloading manifest
when installing luaformatter, upgrade your local wget
to the latest version and try again.
Related Issues/Discussions: #10 #14
Related Issues/Discussions: #2
Related Issues/Discussions: #6
- Run
:Lazy install
to install all plugins in nvim. Repeat it util all plugins installed successfully. - Check plugins in
~/.local/share/nvim/plugins
. If the plugin folder is empty except .git files. you should delete the plugin folder and reinstall it.:Lazy home
or press<space>P
to open the lazy window. Move cursor to the plugin and pressx
to delete. And pressi
to re-install this plugin.- It is a fault of lazy.nvim, see the issue for details.
- Run
:PlugInstall
to install all plugins in nvim. Repeat it util all plugins installed successfully. - All plugines installed in
~/.local/share/nvim/plugins
. You can modify the plugin directory with theCM.config.pluginManager['vim-plug'].pluginDir
option.
- Run
:PackerSync
to install all plugins in nvim. Repeat it util all plugins installed successfully. - All plugines installed in
~/.local/share/nvim/pack/packer
. DO NOT MODIFY theconfig.pluginManager.packer.package_root
option, unless you completely know what you are doing. If the option modified and get any error, please don't ask me anything. - With the cache mechanisms by packer.nvim, you may be trapped in weird exceptions. Try
:lua one.reset()
to remove all plugins and cached files.