summaryrefslogtreecommitdiff
path: root/todo-comments.lua
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2026-02-08 22:30:05 +0100
committerfilip <“filip.rabiega@gmail.com”>2026-02-08 22:30:05 +0100
commit1f8ff76382b23aad44a02de06bd8dd0c18bc0434 (patch)
treeac24ea393278e8dacf147c90e393ba7a2b701afe /todo-comments.lua
parent7a7a8ace1dacfff121ce90110c7b5c8635d178c3 (diff)
downloadlazy-plugins-1f8ff76382b23aad44a02de06bd8dd0c18bc0434.tar.gz
lazy-plugins-1f8ff76382b23aad44a02de06bd8dd0c18bc0434.tar.bz2
lazy-plugins-1f8ff76382b23aad44a02de06bd8dd0c18bc0434.zip
add new plugins
Diffstat (limited to 'todo-comments.lua')
-rw-r--r--todo-comments.lua9
1 files changed, 9 insertions, 0 deletions
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
+ },
+}