mirror of
https://github.com/zoriya/ts-comments.nvim.git
synced 2026-06-09 20:58:56 +00:00
docs: add missing trailing comma (#3)
This commit is contained in:
@@ -16,7 +16,7 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim):
|
|||||||
```lua
|
```lua
|
||||||
{
|
{
|
||||||
"folke/ts-comments.nvim",
|
"folke/ts-comments.nvim",
|
||||||
opts = {}
|
opts = {},
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
enabled = vim.fn.has("nvim-0.10.0") == 1,
|
enabled = vim.fn.has("nvim-0.10.0") == 1,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user