nvim: fix some keymaps
This commit is contained in:
parent
6644ca74ce
commit
aea3d88329
|
@ -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>')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user