From 1f8ff76382b23aad44a02de06bd8dd0c18bc0434 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Sun, 8 Feb 2026 22:30:05 +0100 Subject: add new plugins --- todo-comments.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 todo-comments.lua (limited to 'todo-comments.lua') diff --git a/todo-comments.lua b/todo-comments.lua new file mode 100644 index 0000000..52e52b6 --- /dev/null +++ b/todo-comments.lua @@ -0,0 +1,9 @@ +return { + "folke/todo-comments.nvim", + dependencies = { "nvim-lua/plenary.nvim" }, + opts = { + -- your configuration comes here + -- or leave it empty to use the default settings + -- refer to the configuration section below + }, +} -- cgit v1.2.3