summaryrefslogtreecommitdiff
path: root/dot_config
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/nvim/lua/plugins/todo-comments.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/nvim/lua/plugins/todo-comments.lua b/dot_config/nvim/lua/plugins/todo-comments.lua
new file mode 100644
index 0000000..898f466
--- /dev/null
+++ b/dot_config/nvim/lua/plugins/todo-comments.lua
@@ -0,0 +1 @@
+return { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } }