Skip to content

Commit

Permalink
docs: Update README.md default setup
Browse files Browse the repository at this point in the history
  • Loading branch information
VidocqH authored Oct 26, 2023
1 parent a4afce2 commit bf32ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ requir("lazy").setup({
### Default Config

```lua
{
require("auto-indent").setup({
lightmode = true, -- Lightmode assumes tabstop and indentexpr not change within buffer's lifetime
indentexpr = nil, -- Use vim.bo.indentexpr by default, see 'Custom Indent Evaluate Method'
ignore_filetype = {}, -- Disable plugin for specific filetypes, e.g. ignore_filetype = { 'javascript' }
}
})
```

### Custom Indent Evaluate Method
Expand Down

0 comments on commit bf32ec9

Please sign in to comment.