-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: disable LSP file methods #462
Comments
I've made some modifications locally, and I think I got something working. My modification just adds an Before I would do a pull request though, I had a question. Would it be possible to just disable these capabilities for the project you are working on?
I think it would be easier to just have a flag in the oil config, but I thought I would pose the question first. Any thoughts? |
Yeah, I think either disabling the capabilities or adding the oil config flag would work. The oil config flag is definitely easier! |
Hi @chnn! I've pushed the changes to my branch. Would you mind pulling my version and giving it a test? https://github.com/csponge/oil.nvim/tree/feat/disable-lsp-file-methods You can set the |
@csponge Gave it a whirl, seems to be working great! I'll continue testing it in day-to-day work |
since #477 was merged, can we close this issue? |
Did you check existing requests?
Describe the feature
I would love to turn off the LSP file methods completely.
Provide background
I work in a large repository where those operations are too slow to ever complete successfully. Trying to complete them sometimes leaves the file tree in a chaotic messy state. In the worst case it has caused me to lose a file altogether.
What is the significance of this feature?
nice to have
Additional details
For now I'm setting
timeout_ms=1
.The text was updated successfully, but these errors were encountered: