fix neovim comment plugin

This commit is contained in:
2026-05-30 22:26:56 +03:00
parent c6ee75aaee
commit 5787de026a
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"Comment.nvim": { "branch": "fix-inline-visual-linewise-comment", "commit": "01019c2889fa6c63a80a223c55c1d28999b5c959" },
"Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" },
"auto-save.nvim": { "branch": "main", "commit": "37c82fd548e3f5ffc2d9d020a65dac1044584f44" },
"auto-session": { "branch": "main", "commit": "3e145ee9af42eb6764908a1a481f53fe7f0bdbe5" },
"blink-cmp-git": { "branch": "master", "commit": "a820245eb0e5cb44ed0c27c63a41d90635b39e0e" },

View File

@@ -1,7 +1,6 @@
return {
-- 'numToStr/Comment.nvim',
'os-mey/Comment.nvim',
branch = 'fix-inline-visual-linewise-comment',
keys = {
{ 'gc', mode = { 'n', 'v' } },
{ 'gb', mode = { 'n', 'v' } },