diff --git a/README.md b/README.md index 7900303..157e8d6 100644 --- a/README.md +++ b/README.md @@ -23,23 +23,6 @@ - 📋 Commit, branch, tag, version, and full [Semver](https://devhints.io/semver) support - 📈 Statusline component to see the number of pending updates -## 📄 Table of Contents - - - -- [⚡️ Requirements](#-requirements) - - [📦 Installation](#-installation) - - [🔌 Plugin Spec](#-plugin-spec) - - [⚙️ Configuration](#-configuration) - - [🚀 Usage](#-usage) - - [📊 Profiler](#-profiler) - - [🪲 Debug](#-debug) - - [▶️ Startup Sequence](#-startup-sequence) - - [📦 Differences with Packer](#-differences-with-packer) - - [📦 Other Neovim Plugin Managers in Lua](#-other-neovim-plugin-managers-in-lua) - - - ## ⚡️ Requirements - Neovim >= **0.8.0** diff --git a/lua/lazy/docs.lua b/lua/lazy/docs.lua index de179de..4b2c1f1 100644 --- a/lua/lazy/docs.lua +++ b/lua/lazy/docs.lua @@ -48,7 +48,7 @@ end ---@param contents table function M.save(contents) local readme = Util.read_file("README.md") - contents.toc = M.toc(readme) + -- contents.toc = M.toc(readme) for tag, content in pairs(contents) do content = M.fix_indent(content) content = content:gsub("%%", "%%%%")