{ plugins = { mini = { enable = true; modules = { comment = { options = { customCommentString = '' lua require("ts_context_commentstring.internal").calculate_commentstring() or vim.bo.commentstring ''; }; }; # Highlight word under cursor cursorword = { delay = 0; }; # Show indent lines indentscope = { symbol = "│"; draw.delay = 0; }; }; }; ts-context-commentstring.enable = true; }; }