Skip to content

Commit

Permalink
docs: elaborate more on "extra everything" example
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Nov 3, 2024
1 parent 343fd39 commit b78f943
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,19 +328,19 @@ require("neotest").setup({

### Example configuration: extra everything

I've provided a pretty hefty configuration example below, which includes all
required setup for testing and debugging along with all the keymaps.
In the below code block, I've provided a pretty hefty configuration example,
which includes the required setup for testing and debugging along with all the
keymaps. This is a merged snapshot of my own config, which I hope you can draw
inspiration from. To view my current config, which is divided up into several
files, see:

<details>
<summary>Click to expand</summary>

In the below code block, you can see a merged snapshot of my own config. To view
my current config, see:

- [plugins/neotest.lua]()
- [plugins/neotest.lua](https://github.com/fredrikaverpil/dotfiles/blob/main/nvim-fredrik/lua/plugins/neotest.lua)
- [plugins/dap.lua](https://github.com/fredrikaverpil/dotfiles/blob/main/nvim-fredrik/lua/plugins/dap.lua)
- [lang/go.lua](https://github.com/fredrikaverpil/dotfiles/blob/main/nvim-fredrik/lua/lang/go.lua)

<details>
<summary>Click to expand</summary>

```lua
return {

Expand Down

0 comments on commit b78f943

Please sign in to comment.