Update README.md
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user