(nvim) disable ts context comment string for v0.12
This commit is contained in:
parent
1c45973503
commit
914a235885
2 changed files with 7 additions and 2 deletions
|
|
@ -1,7 +1,12 @@
|
|||
return {
|
||||
"numToStr/Comment.nvim",
|
||||
dependencies = {
|
||||
"JoosepAlviste/nvim-ts-context-commentstring",
|
||||
{
|
||||
"JoosepAlviste/nvim-ts-context-commentstring",
|
||||
opts = {
|
||||
enable_autocmd = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
local comment = require("Comment")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue