diff --git a/lua/plugins/editing.lua b/lua/plugins/editing.lua index 3dc91c2..7d629bc 100644 --- a/lua/plugins/editing.lua +++ b/lua/plugins/editing.lua @@ -11,11 +11,13 @@ return { opts = {}, }, - -- commenting with e.g. `gcc` or `gcip` - -- respects TS, so it works in quarto documents - { + { -- commenting with e.g. `gcc` or `gcip` + -- respects TS, so it works in quarto documents 'numToStr/Comment.nvim', 'numToStr/Comment.nvim', version = nil, + cond = function() + return vim.fn.has 'nvim-0.10' == 0 + end, branch = 'master', config = true, },