diff options
Diffstat (limited to 'doc/nvim-treesitter.txt')
| -rw-r--r-- | doc/nvim-treesitter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 8b530550c..ef55eb2d8 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -37,7 +37,7 @@ To get a list of supported languages To install supported parsers and queries, put this in your `init.lua` file: >lua - require'nvim-treesitter.configs'.setup { + require'nvim-treesitter.config'.setup { -- A directory to install the parsers and queries to. -- Defaults to the `stdpath('data')/site` dir. install_dir = "/some/path/to/store/parsers", |
