diff --git a/lua/plugins/comments.lua b/lua/plugins/comments.lua index 0b903ef..33e3dc1 100644 --- a/lua/plugins/comments.lua +++ b/lua/plugins/comments.lua @@ -4,12 +4,17 @@ return { "numToStr/Comment.nvim", opts = { -- add any options here + toggler = { + line = "", + }, + opleader = { + line = "", + }, }, lazy = false, }, { "folke/todo-comments.nvim", dependencies = { "nvim-lua/plenary.nvim" }, - opts = {}, }, }