-
Notifications
You must be signed in to change notification settings - Fork 777
Allow to disable sources by default (to enable by shourtcut) #1248
Comments
You're probably aware of this, but you can just run |
I can open a new issue, but it would also be nice to be able to do it on a per-buffer basis, the immediate case I can think of is for very large files. |
To make sure I understand: you're saying that you'd like to be able to determine whether the source starts enabled or disabled per buffer? This is difficult with the current architecture, since |
Yeah, for example if you accidentally select a large compiled I really wish there was a more native type of check, but solutions for disabling various plugins based on file size are e.g.: |
If you just want to disable null-ls on large files, you can use the |
Gotcha. Sorry to hijack. Thanks! |
Edit: Apparently it's as simple as |
Issues
Feature description
I set up shortcuts that allows toggling "_disabled" status, but I want to have some sources disabled by default.
Something like:
Now I have to press my shortcut to disable it after I open a markdown file.
Help
No
Implementation help
No response
The text was updated successfully, but these errors were encountered: