removed tx-context-commment

pull/1708/head
Oluwatobi 2 years ago
parent b802ca4a29
commit 92663adae6

@ -3,7 +3,7 @@ require('mini.comment').setup {
options = { options = {
-- Function to compute custom 'commentstring' (optional) -- Function to compute custom 'commentstring' (optional)
custom_commentstring = function() custom_commentstring = function()
return require('ts_context_commentstring.internal').calculate_commentstring() or vim.bo.commentstring return vim.bo.commentstring
end, end,
-- Whether to ignore blank lines -- Whether to ignore blank lines

Loading…
Cancel
Save