Vim plugin for 'auto-closed' parenthesis?
问题 I've searched near and far, and not found a plugin that can simply auto-close a set of parenthesis like Textmate. For example: Vim : (*manually close parens* → ) Textmate: (*Auto closes parens*) If you can describe a plugin for this, I will be very helpful. Thanks! 回答1: Try delimitMate: https://github.com/Raimondi/delimitMate Some plugins listed here as well.. Plus instructions on setting it up yourself: http://vim.wikia.com/wiki/Automatically_append_closing_characters 回答2: I use AutoPairs.