neovim: update ts-commentstring plugin, maybe

This commit is contained in:
2023-11-19 20:22:04 +03:00
parent 8761543912
commit d16dc9e444
2 changed files with 7 additions and 4 deletions

View File

@@ -32,9 +32,6 @@ require("nvim-treesitter.configs").setup({
highlight = {
enable = true,
},
context_commentstring = {
enable = true,
},
autotag = {
enable = true,
},