Skip to content

Commit

Permalink
fix missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed May 3, 2024
1 parent 505d01e commit a374469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/indentmini/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ local function on_line(_, _, bufnr, row)
not api.nvim_get_option_value('expandtab', { buf = bufnr })
or vim.tbl_contains(opt.exclude, function(v)
return v == vim.bo[bufnr].ft or v == vim.bo[bufnr].buftype
end)
end, { predicate = true })
then
return false
end
Expand Down

0 comments on commit a374469

Please sign in to comment.