neovim: update ts-commentstring plugin, maybe
This commit is contained in:
@@ -32,9 +32,6 @@ require("nvim-treesitter.configs").setup({
|
|||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
context_commentstring = {
|
|
||||||
enable = true,
|
|
||||||
},
|
|
||||||
autotag = {
|
autotag = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -18,7 +18,13 @@ require("packer").startup(function(use)
|
|||||||
use({ "sainnhe/gruvbox-material" })
|
use({ "sainnhe/gruvbox-material" })
|
||||||
|
|
||||||
use({ "nvim-treesitter/nvim-treesitter" })
|
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({
|
use({
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
|
|||||||
Reference in New Issue
Block a user