0
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-07 03:39:52 +08:00
Shidong Wang b8eae5e4f7
fix(plugin): Fix key binding error E225
problem: when save file, always get error
         `E225: global mapping already exists for (`
solution: remvoe unique when defind mappings

close https://github.com/SpaceVim/SpaceVim/issues/4109
2021-09-21 22:41:23 +08:00
..
2020-06-13 14:06:35 +08:00
2021-01-16 12:32:14 +08:00
2020-06-13 14:06:35 +08:00
2020-06-13 14:06:35 +08:00
2020-06-13 14:06:35 +08:00
2020-06-13 14:06:35 +08:00
2020-06-13 14:06:35 +08:00

This plug-in provides automatic closing of quotes, parenthesis, brackets, etc., besides some other related features that should make your time in insert mode a little bit easier, like syntax awareness (will not insert the closing delimiter in comments and other configurable regions), and expansions (off by default), and some more.

Most of the features can be modified or disabled permanently, using global variables, or on a FileType basis, using :autocmd.