From 1a42056e092bc34ba081cb924bf0b3e3cd8cdc01 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Fri, 4 Sep 2020 12:49:08 -0500 Subject: Highlights: default TSError to Normal This provides a better experience for users without any extra config. --- README.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7ae98523..d5153ef3 100644 --- a/README.md +++ b/README.md @@ -458,14 +458,6 @@ If everything is okay, then it might be an actual error. In both cases, feel free to [open an issue here](https://github.com/nvim-treesitter/nvim-treesitter/issues/new/choose). -### While typing my code is marked as red - -You can deactivate highlighting of syntax errors by adding this to your `init.vim` file: - -```vim -highlight link TSError Normal -``` - ## I get `Error detected while processing .../plugin/nvim-treesitter.vim` every time I open Neovim This is probably due to a change in a parser's grammar or its queries. -- cgit v1.2.3