Closed tkkcc closed 3 months ago
{ "JoosepAlviste/nvim-ts-context-commentstring", config = function() require("ts_context_commentstring").setup({ }) end, }, { "numToStr/Comment.nvim", config = function() require("Comment").setup({ pre_hook = function() return vim.bo.commentstring end, }) end, },
comment in
Minimal reproducible full config
Description
comment in