autopairs?
This commit is contained in:
parent
457ae17c15
commit
607c3353ba
1 changed files with 4 additions and 5 deletions
|
@ -13,7 +13,7 @@ return {
|
|||
check_ts = true, -- enable treesitter
|
||||
ts_config = {
|
||||
lua = { "string" }, -- don't add pairs in lua string treesitter nodes
|
||||
javascript = { "template_string" }, -- don't add pairs in javscript template_string treesitter nodes
|
||||
javascript = { "template_string" }, -- don't add pairs in javascript template_string treesitter nodes
|
||||
java = false, -- don't check treesitter on java
|
||||
},
|
||||
})
|
||||
|
@ -28,4 +28,3 @@ return {
|
|||
cmp.event:on("confirm_done", cmp_autopairs.on_confirm_done())
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue