From b78f9433503fd14583bf2b650a02748d5298794f Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Sun, 3 Nov 2024 11:12:19 +0100 Subject: [PATCH] docs: elaborate more on "extra everything" example --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e31b0fa0..087b5f26 100644 --- a/README.md +++ b/README.md @@ -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: -
-Click to expand - -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) +
+Click to expand + ```lua return {