home: vim: add remove deprecated option
ci/woodpecker/push/check Pipeline was successful Details

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
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ ts_config.setup({
indent = {
enable = true,
},
context_commentstring = {
enable = true,
},
textobjects = {
select = {
enable = true,