fix: Comment hotkey not working in visual mode

This commit is contained in:
Ahmad Ansori Palembani 2024-05-03 09:27:23 +07:00
parent f38d3ede24
commit fb6bd7bba1
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -52,7 +52,9 @@ return {
},
{
"tpope/vim-commentary", -- shortcut to comment a line
keys = { "gc" },
keys = {
{ "gc", mode = { "n", "v", "i" } },
},
},
{
"dstein64/vim-startuptime",