From a223fd882953e56ae1a8747fdc44b8d6a2ff7a9b Mon Sep 17 00:00:00 2001 From: The Mist Date: Wed, 8 May 2024 13:15:20 +0800 Subject: [PATCH] [Update] remove redundancy description --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 421ab13..d565a30 100644 --- a/README.md +++ b/README.md @@ -238,13 +238,6 @@ require("codesnap").setup({ }) ``` -require("codesnap").setup({ - -- ... - has_breadcrumbs = true - breadcrumbs_separator = "👉" -}) - - ### Custom path separator The CodeSnap.nvim uses `/` as the separator of the file path by default, of course, you can specify any symbol you prefer as the custom separator: ```lua