nvim: fix some keymaps

This commit is contained in:
tastytea 2022-08-08 20:14:58 +02:00
parent 6644ca74ce
commit aea3d88329
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -1,7 +1,7 @@
packer.use { -- toggle comments
'https://github.com/tomtom/tcomment_vim',
config = function()
map('n', '<Leader>c', TComment)
map('n', '<Leader>c', ':TComment<cr>')
end
}
@ -14,5 +14,6 @@ packer.use {
-- kind = 'split'
-- }
}
end
end,
map('n', '<Leader>g', ':Neogit<cr>')
}