- https://github.com/neovim/tree-sitter-vimdoc v1.2.4 eliminates most
  errors in pi_netrw.txt, so we can remove that workaround from
  ignore_parse_error().
- improved codeblock
This commit is contained in:
Justin M. Keyes
2022-12-11 21:41:26 -05:00
committed by GitHub
parent b12bb97fee
commit 1c324cb192
13 changed files with 156 additions and 195 deletions

View File

@@ -495,7 +495,6 @@ local M = {}
--- delete the semanticTokensProvider table from the {server_capabilities} of
--- your client in your |LspAttach| callback or your configuration's
--- `on_attach` callback.
---
--- <pre>lua
--- client.server_capabilities.semanticTokensProvider = nil
--- </pre>