We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d7d07 commit 3414447Copy full SHA for 3414447
doc/auto-fix-return.txt
@@ -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