From 996d246ed99ce3e7b442f6dcadb94eba63624ab7 Mon Sep 17 00:00:00 2001 From: ~hedy Date: Wed, 5 Jun 2024 21:13:37 +0800 Subject: [PATCH] docs: the previous fix did not fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a4b288..389a73a 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,8 @@ This allows Lazy.nvim to lazy-load the plugin on commands `Outline`, Call the setup function with your configuration options. Note that a call to `.setup()` is **required** for this plugin to work -(otherwise you might see this error: [simrat39/symbols-outline.nvim#213](/simrat39/symbols-outline.nvim#213)). +(otherwise you might see this error: +[simrat39/symbols-outline.nvim#213](https://github.com/simrat39/symbols-outline.nvim#213)). ```lua require("outline").setup({})