From 57e6c133c6091e1eba25ffd77697563d3f8ffc68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 May 2024 22:28:49 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/ts-comments.nvim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ts-comments.nvim.txt b/doc/ts-comments.nvim.txt index ff25a68..0e5bc3a 100644 --- a/doc/ts-comments.nvim.txt +++ b/doc/ts-comments.nvim.txt @@ -30,7 +30,7 @@ Using lazy.nvim >lua { "folke/ts-comments.nvim", - opts = {} + opts = {}, event = "VeryLazy", enabled = vim.fn.has("nvim-0.10.0") == 1, }