mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2024-12-27 03:46:29 +00:00
[Update] remove redundancy description
This commit is contained in:
parent
5ee4198f59
commit
a223fd8829
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue