diff --git a/README.md b/README.md index 450738e..a5e8795 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ A dumb autopairs plugin for Neovim that tries not to get in your way. It handles inserting closing braces/quotes, `` and ``. It does not attempt to wrap existing text. +`` works best with these settings: + +```lua +vim.o.autoindent = true +vim.cmd("filetype plugin indent on") +``` + ## Installation Using your favourite package manager: