Skip to content

Commit

Permalink
Add note about log location
Browse files Browse the repository at this point in the history
  • Loading branch information
wbthomason committed Feb 11, 2021
1 parent 8dd0c4b commit 56f8785
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ Have a problem or idea? Make an [issue](https://github.com/wbthomason/packer.nvi
4. [Performing plugin management operations](#performing-plugin-management-operations)
5. [Extending packer](#extending-packer)
6. [Compiling Lazy-Loaders](#compiling-lazy-loaders)
7. [Status](#status)
8. [Contributors](#contributors)
7. [Debugging](#debugging)
8. [Status](#status)
9. [Contributors](#contributors)

## Notices
- **2021-01-19**: Basic Luarocks support has landed! Use the `rocks` key with a string or table to
Expand Down Expand Up @@ -458,6 +459,10 @@ The option `compile_on_sync`, which defaults to `true`, will run `packer.compile
`packer.sync()`, if set to `true`. Note that otherwise, you **must** run `packer.compile` yourself
to generate the lazy-loader file!

## Debugging
`packer.nvim` logs to `stdpath(cache)/packer.nvim.log`. Looking at this file is usually a good start
if something isn't working as expected.

## Status
**tl;dr**: Beta. Things seem to work and most features are complete, but certainly not every edge
case has been tested. People willing to give it a try and report bugs/errors are very welcome!
Expand Down

0 comments on commit 56f8785

Please sign in to comment.