[Update] remove redundancy description

pull/83/merge
The Mist 2024-05-08 13:15:20 +08:00 committed by GitHub
parent 5ee4198f59
commit a223fd8829
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -238,13 +238,6 @@ require("codesnap").setup({
}) })
``` ```
require("codesnap").setup({
-- ...
has_breadcrumbs = true
breadcrumbs_separator = "👉"
})
### Custom path 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: 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 ```lua