Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit f78cce9

Browse files
community: higher display priority for todocomments
1 parent e7552ed commit f78cce9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

plugins/community.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ return {
2828
{ import = "astrocommunity.editing-support.rainbow-delimiters-nvim" },
2929
{ import = "astrocommunity.editing-support.nvim-regexplainer" },
3030
{ import = "astrocommunity.editing-support.todo-comments-nvim" },
31+
{
32+
"folke/todo-comments.nvim",
33+
opts = {
34+
sign_priority = 5, -- higher sign display priority
35+
}
36+
},
3137

3238
-- ----------------------------------------------
3339
-- Distraction free editing

0 commit comments

Comments
 (0)