neovim: disable autocommands for ts_context_commentstring
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
require("Comment").setup({})
|
||||
require("ts_context_commentstring").setup({})
|
||||
require("ts_context_commentstring").setup({
|
||||
enable_autocmd = false,
|
||||
})
|
||||
local U = require("Comment.utils")
|
||||
|
||||
local ctype_to_commentstring = {
|
||||
|
||||
Reference in New Issue
Block a user