mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-27 21:47:46 +01:00
nvim: changed todo default color
This commit is contained in:
parent
3e5a8ccf80
commit
c5ddcf2da4
@ -440,6 +440,9 @@ return require("lazy").setup({
|
||||
INFO = { icon = Info_sign, color = "hint", alt = { "NOTE" } },
|
||||
PERF = { icon = Perfect_sign, color = "default" },
|
||||
TEST = { icon = Test_sign, color = "test" }
|
||||
},
|
||||
colors = {
|
||||
default = { "Operator" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user