Skip to content

Commit abd30ec

Browse files
authored
fix: small syntax error
1 parent 86c8a42 commit abd30ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/tiny/pairs.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ the smallest pair plugin in the universe
44

55
local M = {}
66

7-
local config {
7+
local config = {
88
enabled = true,
99
pairs = {
1010
['('] = ')',

0 commit comments

Comments
 (0)