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,