Skip to content

Commit b6b6434

Browse files
committed
docs: add toc heading
1 parent 965effc commit b6b6434

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ Have any ArchWiki page available instantly.
44

55
![](./preview.mp4)
66

7+
## Table of contents
8+
79
<!--toc:start-->
10+
811
- [Dependencies](#dependencies)
912
- [Installation](#installation)
1013
- [Packer](#packer)
@@ -14,7 +17,7 @@ Have any ArchWiki page available instantly.
1417
- [Config](#config)
1518
- [Custom page handling - Open page in split window](#custom-page-handling-open-page-in-split-window)
1619
- [Custom similar page picker - No preview](#custom-similar-page-picker-no-preview)
17-
<!--toc:end-->
20+
<!--toc:end-->
1821

1922
## Dependencies
2023

@@ -64,10 +67,10 @@ vim.keymap.set('n', '<leader>asl', function() require("archwiki").local_search()
6467
-- All available config options and their defaults
6568
require('archwiki').setup({
6669
logging = {
67-
-- 'plenary.nvim' log level.
70+
-- 'plenary.nvim' log level.
6871
-- Valid options: ["trace", "debug", "info", "warn", "error", "fatal"]
6972
level = "info",
70-
-- Show source file and line numbers for logs
73+
-- Show source file and line numbers for logs
7174
detailed = false,
7275
},
7376
page = {
@@ -119,7 +122,7 @@ local finders = require("telescope.finders")
119122

120123
archwiki.setup({
121124
pickers = {
122-
similar_pages = function (items)
125+
similar_pages = function (items)
123126
pickers.new({}, {
124127
prompt_title = "Similar Pages",
125128
results_title = "Search Similar pages",

0 commit comments

Comments
 (0)