docs: consistent in README

This commit is contained in:
August Damiani 2023-03-12 15:15:55 -05:00 committed by Amaan Qureshi
parent e3ebc8ec5d
commit 5b505f5658

View file

@ -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