bcz I won't use it and removed a fixme bcz past me said to remove it but idk if I should've removed it
11 lines
215 B
Lua
11 lines
215 B
Lua
return {
|
|
'windwp/nvim-autopairs',
|
|
event = 'InsertEnter',
|
|
opts = {
|
|
check_ts = true,
|
|
ts_config = {
|
|
lua = { 'string' }, -- don't add pairs inside lua strings
|
|
},
|
|
},
|
|
}
|