Skip to content

Commit a411100

Browse files
chore(docs): replace flex = nil with flex = false in README.md (#263)
1 parent 0a993d7 commit a411100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ require('fff').setup({
141141
prompt_position = 'bottom', -- or 'top'
142142
preview_position = 'right', -- or 'left', 'right', 'top', 'bottom'
143143
preview_size = 0.5,
144-
flex = { -- set to nil to disable flex layout
144+
flex = { -- set to false to disable flex layout
145145
size = 130, -- column threshold: if screen width >= size, use preview_position; otherwise use wrap
146146
wrap = 'top', -- position to use when screen is narrower than size
147147
},

0 commit comments

Comments
 (0)