1 files changed,
4 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-08-13 21:00:37 +0300
Parent:
2ce9960
M
lua/plugins/core.lua
@@ -22,7 +22,10 @@ },
{ "folke/todo-comments.nvim", event = "BufRead", - config = true, + config = function() + require("todo-comments").setup {} + require("telescope").load_extension "todo-comments" + end, }, { "windwp/nvim-autopairs",