diff --git a/after/plugin/mini-comment-config.lua b/after/plugin/mini-comment-config.lua index aa59b4b5..0d1a09d0 100644 --- a/after/plugin/mini-comment-config.lua +++ b/after/plugin/mini-comment-config.lua @@ -3,7 +3,7 @@ require('mini.comment').setup { options = { -- Function to compute custom 'commentstring' (optional) custom_commentstring = function() - return require('ts_context_commentstring.internal').calculate_commentstring() or vim.bo.commentstring + return vim.bo.commentstring end, -- Whether to ignore blank lines