mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
docs: update README
- change config to configs
This commit is contained in:
parent
64ffea57f4
commit
3bef806c18
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ Tree-sitter based indentation.
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
lua <<EOF
|
lua <<EOF
|
||||||
require'nvim-treesitter.config'.setup {
|
require'nvim-treesitter.configs'.setup {
|
||||||
indent = {
|
indent = {
|
||||||
enable = true
|
enable = true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue