Skip to content

Commit 2d65593

Browse files
committed
docs: removed toc
1 parent fc55edc commit 2d65593

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

README.md

-17
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,6 @@
2323
- 📋 Commit, branch, tag, version, and full [Semver](https://devhints.io/semver) support
2424
- 📈 Statusline component to see the number of pending updates
2525

26-
## 📄 Table of Contents
27-
28-
<!-- toc:start -->
29-
30-
- [⚡️ Requirements](#-requirements)
31-
- [📦 Installation](#-installation)
32-
- [🔌 Plugin Spec](#-plugin-spec)
33-
- [⚙️ Configuration](#-configuration)
34-
- [🚀 Usage](#-usage)
35-
- [📊 Profiler](#-profiler)
36-
- [🪲 Debug](#-debug)
37-
- [▶️ Startup Sequence](#-startup-sequence)
38-
- [📦 Differences with Packer](#-differences-with-packer)
39-
- [📦 Other Neovim Plugin Managers in Lua](#-other-neovim-plugin-managers-in-lua)
40-
41-
<!-- toc:end -->
42-
4326
## ⚡️ Requirements
4427

4528
- Neovim >= **0.8.0**

lua/lazy/docs.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ end
4848
---@param contents table<string, string>
4949
function M.save(contents)
5050
local readme = Util.read_file("README.md")
51-
contents.toc = M.toc(readme)
51+
-- contents.toc = M.toc(readme)
5252
for tag, content in pairs(contents) do
5353
content = M.fix_indent(content)
5454
content = content:gsub("%%", "%%%%")

0 commit comments

Comments
 (0)