home: vim: add remove deprecated option
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:
Bruno BELANYI 2023-12-01 12:19:52 +00:00
parent 2d532f35a9
commit 55362b1db8

View file

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