forked from mirror/codesnap.nvim
[Update] remove redundancy description
parent
5ee4198f59
commit
a223fd8829
|
@ -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 New Issue