Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit bb23021

Browse files
committed
fix: disable indentline until it is updated
1 parent 9c3bdab commit bb23021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/pea/builtin/indentlines.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local indentlines = {
2-
active = true,
2+
active = false,
33
}
44

55
return indentlines

0 commit comments

Comments
 (0)