all repos

init.lua @ b7c1cdaeb2b0d1627549a6cf46a7bf07d867b8f6

my nvim config
1 files changed, 4 insertions(+), 1 deletions(-)
fix(Comment): now lazy keys works more correct
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-09-17 22:18:39 +0300
Parent: 144bc1c
M lua/plugins/core.lua

@@ -29,7 +29,10 @@ },

{ "numToStr/Comment.nvim", config = true, - keys = "gc", + keys = { + { "gc", mode = "n" }, + { "gc", mode = "v" }, + }, }, { "ahmedkhalf/project.nvim",