docs: update README

- change config to configs
This commit is contained in:
Kevin Anantha 2021-01-29 10:49:36 +07:00 committed by Santos Gallegos
parent 64ffea57f4
commit 3bef806c18

View file

@ -231,7 +231,7 @@ Tree-sitter based indentation.
```vim
lua <<EOF
require'nvim-treesitter.config'.setup {
require'nvim-treesitter.configs'.setup {
indent = {
enable = true
}