home: vim: add remove deprecated option
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
The plug-in now configures itself automatically. I could also set `vim.g.skip_ts_context_commentstring_module = true`, but that should be removed soon enough anyway, and I would forget to remove it...
This commit is contained in:
parent
2d532f35a9
commit
55362b1db8
|
@ -8,9 +8,6 @@ ts_config.setup({
|
||||||
indent = {
|
indent = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
context_commentstring = {
|
|
||||||
enable = true,
|
|
||||||
},
|
|
||||||
textobjects = {
|
textobjects = {
|
||||||
select = {
|
select = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
Loading…
Reference in a new issue