1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: fixed breaking changes

This commit is contained in:
tiyn
2025-07-20 04:48:11 +02:00
parent 3aafdd54f7
commit fd6934ecbc
3 changed files with 48 additions and 48 deletions

View File

@@ -14,9 +14,9 @@ return {
["("] = ")",
["["] = "]",
["{"] = "}",
["'"] = { closing = "'", enter = false },
['"'] = { closing = '"', enter = false },
["`"] = { closing = "`", enter = false },
["'"] = "'",
['"'] = '"',
["`"] = "`",
},
},
highlights = {