nvim: remove extended comment mappings

This commit is contained in:
PowerUser64 2022-10-16 13:46:25 -07:00
parent 2f26c06d2d
commit 6ba9acd1e6

View file

@ -461,7 +461,6 @@ return require('packer').startup({function()
require('Comment').setup { require('Comment').setup {
mappings = { mappings = {
extra = true, extra = true,
extended = true,
} }
} }
end end