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:
@@ -14,9 +14,9 @@ return {
|
||||
["("] = ")",
|
||||
["["] = "]",
|
||||
["{"] = "}",
|
||||
["'"] = { closing = "'", enter = false },
|
||||
['"'] = { closing = '"', enter = false },
|
||||
["`"] = { closing = "`", enter = false },
|
||||
["'"] = "'",
|
||||
['"'] = '"',
|
||||
["`"] = "`",
|
||||
},
|
||||
},
|
||||
highlights = {
|
||||
|
Reference in New Issue
Block a user