Skip to content

Commit a533cd8

Browse files
authored
Update init.lua
1 parent 5db1947 commit a533cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/pairs/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ the smallest pair plugin in the universe
55
local M = {}
66

77
local config = {
8-
enabled = true
8+
enabled = true,
99
pairs = {
1010
['('] = ')',
1111
['['] = ']',

0 commit comments

Comments
 (0)