docs: add missing trailing comma (#3)

This commit is contained in:
ilyas akın
2024-05-21 01:28:20 +03:00
committed by GitHub
parent 055470b331
commit d289353975
+1 -1
View File
@@ -16,7 +16,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,
}