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 = {},
|
||||
auto_install = true,
|
||||
sync_install = false,
|
||||
modules = {
|
||||
refactor = {
|
||||
highlight_current_scope = { enable = true },
|
||||
smart_rename = {
|
||||
|
@ -118,7 +117,6 @@ function M.config()
|
|||
include_surrounding_whitespace = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue