From 0456d451e455d0a5862cba2d24775a89ea0b7845 Mon Sep 17 00:00:00 2001 From: Magnus Kokk Date: Tue, 18 Jun 2024 18:31:15 +0300 Subject: [PATCH] Update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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: