This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Option to only trigger LSP on write (or other "events") #2176
Labels
You can continue the conversation there. Go to discussion →
I spent some time on trying to figure out a way to only get LSP feedback after the file was written to, and couldn't come up with any results, so if I just overlooked something please let me know.
I come from a pretty vanilla vim config, so getting constantly reminded by issues in my code (which I'm on my way to fix) has been very distracting.
Maybe some option like
lsp-trigger = ["write", "insert"]
could fix this? Not sure how easy that would be to implement, since I haven't really looked at the code much yet.The text was updated successfully, but these errors were encountered: