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
Try to configure Whaler but no matter which file explorer to configure and also the command, it always launch Explore that I dont have.
This is my configuration in Telescope
`
",y",
type (expected: string or dictionary)
E5108: Error executing lua: ...im/lazy/whaler/lua/telescope/_extensions/whaler/main.lua:175: Error while parsing command line: E492: Commande inconnue: Explore /home/mcp/tmp/git-test2
stack traceback:
[C]: in function 'nvim_parse_cmd'
...im/lazy/whaler/lua/telescope/_extensions/whaler/main.lua:175: in function 'run_replace_or_original'
The text was updated successfully, but these errors were encountered:
Hi @mcp1766! Thanks for the issue, I've found a bug due to this issue but it is not currently affecting your configuration.
The problem here comes from 2 points:
The configuration snippet you have send has a mispelled word, it is file_explorer_config not file_expplorer_config (notice the two p).
A bug, well, an "edge" case. The whaler function does not create a file_explorer_config from the file_explorer. So passing the latter to the function does not properly create the file_explorer_config thus not configuring
Note: You only need to configure either file_explorer or file_explorer_config. The first is an alias that creates the latter magically at setup. From the snippet you provided I'm guessing you are trying to run it directly as a function without initializing (executing setup function) whaler.
Try to configure Whaler but no matter which file explorer to configure and also the command, it always launch Explore that I dont have.
This is my configuration in Telescope
`
",y",
`
And the error:
type (expected: string or dictionary)
E5108: Error executing lua: ...im/lazy/whaler/lua/telescope/_extensions/whaler/main.lua:175: Error while parsing command line: E492: Commande inconnue: Explore /home/mcp/tmp/git-test2
stack traceback:
[C]: in function 'nvim_parse_cmd'
...im/lazy/whaler/lua/telescope/_extensions/whaler/main.lua:175: in function 'run_replace_or_original'
The text was updated successfully, but these errors were encountered: