nvim: fix ts config
This commit is contained in:
parent
453c4d64a8
commit
782381402c
1 changed files with 74 additions and 76 deletions
|
@ -38,7 +38,6 @@ function M.config()
|
||||||
ignore_install = {},
|
ignore_install = {},
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
modules = {
|
|
||||||
refactor = {
|
refactor = {
|
||||||
highlight_current_scope = { enable = true },
|
highlight_current_scope = { enable = true },
|
||||||
smart_rename = {
|
smart_rename = {
|
||||||
|
@ -118,7 +117,6 @@ function M.config()
|
||||||
include_surrounding_whitespace = true,
|
include_surrounding_whitespace = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue