@@ -17,7 +17,8 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim):
{
"folke/ts-comments.nvim",
opts={}
event="VeryLazy"
event="VeryLazy",
enabled=vim.fn.has("nvim-0.10.0")==1,
}
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.