You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/oil/types.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
---@fieldcleanup_delay_ms? integer Oil will automatically delete hidden buffers after this delay. You can set the delay to false to disable cleanup entirely. Note that the cleanup process only starts when none of the oil buffers are currently displayed.
---@fieldconstrain_cursor? false|"name"|"editable" Constrain the cursor to the editable parts of the oil buffer. Set to `false` to disable, or "name" to keep it on the file names.
12
-
---@fieldexperimental_watch_for_changes? boolean Set to true to watch the filesystem for changes and reload oil.
12
+
---@fieldwatch_for_changes? boolean Set to true to watch the filesystem for changes and reload oil.
13
13
---@fieldkeymaps? table<string, any>
14
14
---@fielduse_default_keymaps? boolean Set to false to disable all of the above keymaps
15
15
---@fieldview_options? oil.ViewOptions Configure which files are shown and how they are shown.
0 commit comments