chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot]
2024-05-20 22:28:49 +00:00
parent d289353975
commit 57e6c133c6

View File

@@ -30,7 +30,7 @@ Using lazy.nvim <https://github.com/folke/lazy.nvim>
>lua
{
"folke/ts-comments.nvim",
opts = {}
opts = {},
event = "VeryLazy",
enabled = vim.fn.has("nvim-0.10.0") == 1,
}