Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Remove deprecated context_commentstring
Browse files Browse the repository at this point in the history
This also includes removing `enable_autocmd = false`, we can restore
this later if needed. See migration guide JoosepAlviste/nvim-ts-context-commentstring#82 (comment)
  • Loading branch information
kevinmcgill committed Nov 30, 2023
1 parent a693dbd commit bca7ef7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/user/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ configs.setup {
},
indent = { enable = true, disable = { "yaml" } },
autopairs = { enable = true },
context_commentstring = {
enable = true,
enable_autocmd = false,
},
rainbow = {
enable = true,
-- disable = { "jsx", "cpp" }, list of languages you want to disable the plugin for
Expand Down

0 comments on commit bca7ef7

Please sign in to comment.