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

@@ -18,7 +18,13 @@ require("packer").startup(function(use)
use({ "sainnhe/gruvbox-material" })
use({ "nvim-treesitter/nvim-treesitter" })
use({ "JoosepAlviste/nvim-ts-context-commentstring" })
use({
"JoosepAlviste/nvim-ts-context-commentstring",
config = function()
require("ts_context_commentstring").setup({})
vim.g.skip_ts_context_commentstring_module = true
end,
})
use({
"nvim-telescope/telescope.nvim",