mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: flip sign_prio of gitsigns and todo-comments
This commit is contained in:
parent
ee5286c2ca
commit
05c012aad2
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ local searchPat = [[\b(KEYWORDS):]]
|
|||
local searchPatMe = [[\b(KEYWORDS)\(leana8959\):]]
|
||||
|
||||
require("todo-comments").setup {
|
||||
sign_priority = 6,
|
||||
keywords = {
|
||||
FIX = { icon = " ", color = "error", alt = { "FIXME", "BUG", "FIXIT", "ISSUE" } },
|
||||
TODO = { icon = " ", color = "info" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue