Skip to content

Conversation

@Ajaymamtora
Copy link

Description

It's useful to be able to do some work once the plugin has live_reloaded after a local or global config file has been written to.

For example: I define a list of "exclusions" similar to IntelliJ so that files and folders that match this pattern, are excluded from text searches, the folder is marked as excluded in the file tree etc. In IntelliJ this takes effect immediately when you mark a file or folder as excluded.

I'd like to mimic this behaviour using this plugin, so by providing a callback, I can do so.

Telescope defines these exclusions in config.defaults.file_ignore_patterns. So with this callback, I can call the setup function again by setting this value with the newly updated value from neoconf via .get("exclusions").

This is just a simple example, there are many applications for this callback.

#65

Related Issue(s)

#65

Screenshots

@Ajaymamtora Ajaymamtora changed the title feat(config) provide user callback on live reload feat(config): provide user callback on live reload Aug 24, 2024
@github-actions
Copy link
Contributor

This PR is stale because it has been open 30 days with no activity.

@github-actions github-actions bot added the stale This issue or PR has been inactive for a while label Sep 24, 2024
@Ajaymamtora
Copy link
Author

This PR is stale because it has been open 30 days with no activity.

.

@github-actions github-actions bot removed the stale This issue or PR has been inactive for a while label Sep 25, 2024
@github-actions
Copy link
Contributor

This PR is stale because it has been open 30 days with no activity.

@github-actions github-actions bot added the stale This issue or PR has been inactive for a while label Oct 27, 2024
@Ajaymamtora
Copy link
Author

.

@github-actions github-actions bot removed the stale This issue or PR has been inactive for a while label Oct 29, 2024
@github-actions
Copy link
Contributor

This PR is stale because it has been open 30 days with no activity.

@github-actions github-actions bot added the stale This issue or PR has been inactive for a while label Nov 28, 2024
@Ajaymamtora
Copy link
Author

.

@github-actions github-actions bot removed the stale This issue or PR has been inactive for a while label Nov 29, 2024
@github-actions
Copy link
Contributor

This PR is stale because it has been open 30 days with no activity.

@github-actions github-actions bot added the stale This issue or PR has been inactive for a while label Dec 29, 2024
@Ajaymamtora
Copy link
Author

.

@github-actions github-actions bot removed the stale This issue or PR has been inactive for a while label Dec 30, 2024
@github-actions
Copy link
Contributor

This PR is stale because it has been open 30 days with no activity.

@github-actions github-actions bot added the stale This issue or PR has been inactive for a while label Jan 30, 2025
@Ajaymamtora
Copy link
Author

@folke

@github-actions github-actions bot removed the stale This issue or PR has been inactive for a while label Feb 1, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2025

This PR is stale because it has been open 30 days with no activity.

@github-actions github-actions bot added the stale This issue or PR has been inactive for a while label Mar 3, 2025
@Ajaymamtora
Copy link
Author

.

@github-actions github-actions bot removed the stale This issue or PR has been inactive for a while label Mar 4, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Apr 3, 2025

This PR is stale because it has been open 30 days with no activity.

@github-actions github-actions bot added the stale This issue or PR has been inactive for a while label Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale This issue or PR has been inactive for a while

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant