1
0
Fork 0

nvim: fix ts config

This commit is contained in:
Vladimír Dudr 2024-04-25 10:07:02 +02:00
parent 453c4d64a8
commit 782381402c

View file

@ -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