feat: config option to disable lsp file methods (#477)
* added config option to enable or disable lsp_file_methods * refactor: rename enable -> enabled --------- Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
This commit is contained in:
parent
665bf2edc9
commit
f60bb7f793
4 changed files with 16 additions and 2 deletions
|
|
@ -55,6 +55,8 @@ CONFIG *oil-confi
|
|||
-- Note that the cleanup process only starts when none of the oil buffers are currently displayed
|
||||
cleanup_delay_ms = 2000,
|
||||
lsp_file_methods = {
|
||||
-- Enable or disable LSP file operations
|
||||
enabled = true,
|
||||
-- Time to wait for LSP file operations to complete before skipping
|
||||
timeout_ms = 1000,
|
||||
-- Set to true to autosave buffers that are updated with LSP willRenameFiles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue