Skip to content

Commit 3414447

Browse files
committed
chore: add docs for man in nvim
1 parent 80d7d07 commit 3414447

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/auto-fix-return.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## ⚙️ Configuration
2+
3+
#### Defaults
4+
```lua
5+
require("auto-fix-return").setup({
6+
enable_autocmds = true, -- Enable or disable the autofix on type behvaior
7+
})
8+
```
9+
10+
### Commands
11+
12+
`AutoFixReturn`: Format the function definition under the cursor, adding or removing parenthesis as needed
13+
14+
`AutoFixReturnEnable`: Enable the autofix on type autocommands
15+
16+
`AutoFixReturnDisable`: Disable the autofix on type autocommands
17+

0 commit comments

Comments
 (0)