Skip to content

Commit

Permalink
Remove deprecated context_commentstring
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Nov 22, 2023
1 parent 45e5eb8 commit 8722f2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nvim/.config/nvim/lua/plugins/nvim-treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ return {
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
dependencies = {
"JoosepAlviste/nvim-ts-context-commentstring",
"p00f/nvim-ts-rainbow",
},
config = function()
Expand All @@ -26,7 +25,6 @@ return {
},
highlight = { enable = true },
rainbow = { enable = true, extended_mode = true },
context_commentstring = { enable = true, enable_autocmd = false },
})
end,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
return {
"JoosepAlviste/nvim-ts-context-commentstring",
config = true,
init = function()
vim.g.skip_ts_context_commentstring_module = true
end,
}

0 comments on commit 8722f2b

Please sign in to comment.