Update README.md

This commit is contained in:
Daniel Mathiot
2021-08-23 11:38:25 +02:00
committed by GitHub
parent dd2feacb72
commit df48fe0a38

View File

@@ -63,11 +63,11 @@ require('neogen').setup {
} }
``` ```
If you're not satisfied with the default configuration for the language, you can change the defaults like this: If you're not satisfied with the default configuration for a language, you can change the defaults like this:
```lua ```lua
require('neogen').setup { require('neogen').setup {
enabled = true, -- required for Neogen to work enabled = true,
languages = { languages = {
lua = { lua = {
template = { template = {