diff --git a/lua/plugins/coding.lua b/lua/plugins/coding.lua new file mode 100644 index 0000000..fe036b0 --- /dev/null +++ b/lua/plugins/coding.lua @@ -0,0 +1,20 @@ +return { + { + "echasnovski/mini.pairs", + event = "VeryLazy", + opts = {} + }, + + { + "echasnovski/mini.comment", + event = "VeryLazy", + opts = { + options = { + custom_commentstring = function() + return require("ts_context_commentstring.internal").calculate_commentstring() or vim.bo.commentstring + end, + }, + }, + }, +} +