From b88545a3b5109e1f75e99c2868c73a8bd5688308 Mon Sep 17 00:00:00 2001 From: windwp Date: Thu, 17 Jun 2021 12:50:35 +0700 Subject: [PATCH] update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bd5257..a28a548 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,11 @@ require('nvim-ts-autotag').setup() ``` -# Enable update on insert +### Enable update on insert + +If you have that issue +[#19](https://github.com/windwp/nvim-ts-autotag/issues/19) -if you have that issue on you need to tell lsp diagnostic update in insert ```lua vim.lsp.handlers['textDocument/publishDiagnostics'] = vim.lsp.with( vim.lsp.diagnostic.on_publish_diagnostics,