From 5b505f565816bc7e8c08605285ab78ecd7ca5945 Mon Sep 17 00:00:00 2001 From: August Damiani Date: Sun, 12 Mar 2023 15:15:55 -0500 Subject: [PATCH] docs: consistent in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce2d1051a..32e52405d 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ To make sure a parser is at the latest compatible version (as specified in `nvim Each module provides a distinct tree-sitter-based feature such as [highlighting](#highlight), [indentation](#indentation), or [folding](#folding); see [`:h nvim-treesitter-modules`](doc/nvim-treesitter.txt) or ["Available modules"](#available-modules) below for a list of modules and their options. -Following examples assume that you are configuring neovim with lua. If you are using vimscript, see `:help lua-heredoc`. +Following examples assume that you are configuring neovim with lua. If you are using vimscript, see `:h lua-heredoc`. All modules are disabled by default and need to be activated explicitly in your `init.lua`, e.g., via ```lua