Remove numtostr/comments

This commit is contained in:
Graham McMillan 2024-07-12 10:13:40 +02:00
parent 9050f8a6f2
commit f36ecf503a
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ require('lazy').setup({
-- require('Comment').setup({})
-- "gc" to comment visual regions/lines
{ 'numToStr/Comment.nvim', opts = {} },
-- { 'numToStr/Comment.nvim', opts = {} },
-- Here is a more advanced example where we pass configuration
-- options to `gitsigns.nvim`. This is equivalent to the following Lua: