You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a cool addition to match files not only by their extension, but also by a prefix.
For instance, when I'm running rsp with fzf to see my history, I often see history entries like $env.SOME_ENV_VAR (i use nushell) so i'd like to add a previewer so i could see the value of this given environment variable
For instance the config could look something like:
[filetype.envvar]
prefixes = ["$"]
The text was updated successfully, but these errors were encountered:
It would be a cool addition to match files not only by their extension, but also by a prefix.
For instance, when I'm running rsp with fzf to see my history, I often see history entries like
$env.SOME_ENV_VAR
(i use nushell) so i'd like to add a previewer so i could see the value of this given environment variableFor instance the config could look something like:
The text was updated successfully, but these errors were encountered: