diff --git a/README b/README deleted file mode 100644 index f3a64c0..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -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. With a couple of exceptions and limitations, these features don't break undo, redo or history. diff --git a/README.md b/README.md new file mode 100644 index 0000000..714d916 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +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. With a couple of exceptions and limitations, these features don't break undo, redo or history.