Fix an annoying indentation issue in javascript
This commit is contained in:
parent
effb7cede8
commit
622618c715
@ -313,7 +313,7 @@ require('nvim-treesitter.configs').setup {
|
|||||||
enable = true,
|
enable = true,
|
||||||
additional_vim_regex_highlighting = false,
|
additional_vim_regex_highlighting = false,
|
||||||
},
|
},
|
||||||
--indent = { enable = true },
|
indent = { enable = true },
|
||||||
rainbow = {
|
rainbow = {
|
||||||
enable = true,
|
enable = true,
|
||||||
extended_mode = true,
|
extended_mode = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user