From 53103b8637fe792feebe5779569dab68b8dcf523 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 3 Jun 2024 01:48:55 +0200 Subject: nvim plugins --- nvim/lua/plugins/appearance.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'nvim/lua/plugins/appearance.lua') diff --git a/nvim/lua/plugins/appearance.lua b/nvim/lua/plugins/appearance.lua index abbea97..753419b 100644 --- a/nvim/lua/plugins/appearance.lua +++ b/nvim/lua/plugins/appearance.lua @@ -4,5 +4,15 @@ return { lazy = false, priority = 1000, opts = {}, + }, + { + "folke/todo-comments.nvim", + dependencies = { "nvim-lua/plenary.nvim" }, + opts = { + signs = false, + highlight = { + pattern = [[.*<(KEYWORDS)\s*]], + } + } } } -- cgit v1.2.3