removed tx-context-commment

This commit is contained in:
Oluwatobi 2024-02-06 11:37:08 +01:00
parent b802ca4a29
commit 92663adae6
1 changed files with 1 additions and 1 deletions

View File

@ -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