nvim remove most TComment keymaps
This commit is contained in:
parent
7a7a76d786
commit
cba0c92d9c
|
@ -5,7 +5,9 @@ require('my/ui')
|
|||
packer.use { -- toggle comments
|
||||
'https://github.com/tomtom/tcomment_vim',
|
||||
config = function()
|
||||
map({ 'n', 'v' }, '<Leader>c', ':TComment<cr>')
|
||||
vim.g.tcomment_opleader1 = '<Leader>c'
|
||||
vim.g.tcomment_mapleader1 = ''
|
||||
vim.g.tcomment_mapleader2 = ''
|
||||
end
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user