Update README.md
This commit is contained in:
@@ -54,9 +54,11 @@ require('neogen').setup {
|
|||||||
```
|
```
|
||||||
|
|
||||||
The configuration file a language is in `lua/configurations/{lang}.lua`.
|
The configuration file a language is in `lua/configurations/{lang}.lua`.
|
||||||
If you're not satisfied with the default configuration for the language, you can change the defaults like this:
|
|
||||||
_Note: Be aware that Neogen uses Treesitter to operate. You can install [TSPlayground](https://github.com/nvim-treesitter/playground) to check the AST._
|
_Note: Be aware that Neogen uses Treesitter to operate. You can install [TSPlayground](https://github.com/nvim-treesitter/playground) to check the AST._
|
||||||
|
|
||||||
|
If you're not satisfied with the default configuration for the 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, -- required for Neogen to work
|
||||||
|
|||||||
Reference in New Issue
Block a user