feat: rename experimental_watch_for_changes -> watch_for_changes

I've been using this for a while now and haven't seen any issues. We can
take "experimental" out of the name.
This commit is contained in:
Steven Arcangeli 2024-07-01 11:34:02 -07:00
parent 65c53dbe4f
commit c7c7ce5bd4
5 changed files with 10 additions and 5 deletions

View file

@ -9,7 +9,7 @@
---@field cleanup_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.
---@field lsp_file_methods? oil.LspFileMethods Configure LSP file operation integration.
---@field constrain_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.
---@field experimental_watch_for_changes? boolean Set to true to watch the filesystem for changes and reload oil.
---@field watch_for_changes? boolean Set to true to watch the filesystem for changes and reload oil.
---@field keymaps? table<string, any>
---@field use_default_keymaps? boolean Set to false to disable all of the above keymaps
---@field view_options? oil.ViewOptions Configure which files are shown and how they are shown.