From 97cc325a173439366cdb5f181acb83c7836e6bb9 Mon Sep 17 00:00:00 2001 From: kiyan Date: Fri, 11 Feb 2022 09:46:09 +0100 Subject: doc: add information about lua-heredoc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7a12275..7c2af86c 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,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`. All modules are disabled by default and need to be activated explicitly in your `init.lua`, e.g., via ```lua -- cgit v1.2.3