gemini fix

This commit is contained in:
yaso 2026-06-30 08:48:52 +02:00
parent bda1f54de9
commit ffd426471d
3 changed files with 53 additions and 21 deletions

View file

@ -17,7 +17,7 @@ return {
config = function()
local autopairs = require("nvim-autopairs")
autopairs.setup({
check_ts = true,
check_ts = false,
ts_config = {
lua = { "string" },
dart = { "string_literal" }