mirror of
https://github.com/gosticks/bookmarks.nvim.git
synced 2025-10-16 11:55:38 +00:00
docs: add a sign_priority description
This commit is contained in:
parent
057cc60a52
commit
06b83e285d
@ -43,6 +43,7 @@ Here is an example with most of the default settings:
|
||||
|
||||
```lua
|
||||
require('bookmarks').setup {
|
||||
-- sign_priority = 8, --set bookmark sign priority to cover other sign
|
||||
save_file = vim.fn.expand "$HOME/.bookmarks", -- bookmarks save file path
|
||||
keywords = {
|
||||
["@t"] = "☑️ ", -- mark annotation startswith @t ,signs this icon as `Todo`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user