Skip to content

Commit

Permalink
docs: fix typo (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil authored Jul 16, 2024
1 parent e75a946 commit dabdc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ debugging issues with Neotest.

You can get ahold of the log file's path using
`require("neotest.logging"):get_filename()`, which usually points to your
`~/.local/state/nvim/neotest.Log`.
`~/.local/state/nvim/neotest.log`.

The logfile tends to be ginormous and if you are only looking for neotest-golang
related entries, you can either search for the `[neotest-golang]` prefix, or
Expand Down

0 comments on commit dabdc5f

Please sign in to comment.