Xavier Young
Xavier Young
Yes, this is only for maintaining changs. The post-update hook looks great. But how to get the `$INSTALL_PREFIX` specified by user, since we can't assume it as `$HOME\.local`
I will try. But I think it may not the responsibility of the reload function of `lunarvim` runtime to regenerate local shim.
Since we are unable to use `which` in `powershell` and `cmd` in windows. Do you mean vim function `exepath('lvim')`? And I can't find other helper function to get the path...
It still look weird to maintain changes of `lvim` and `lvim.ps1` in post-update hook which may effect other files in system path containing `lvim` or `lvim.ps1`.
I am so silly that until now I realize that neither developer options nor administrator's privilege is required to creat symbolic link by using `mklink` without extra options. Just using...
Solved. see https://github.com/neovim/neovim/pull/17439/
The CI for updating data was down.
> Once the database is created I can then switch to the latest version and I get no errors. I encountered the same error. This workaround works for me.
Same issue here with `show_scores = true` and the option has not effect. I found that the `show_scores` option gets the config value in here and not used: https://github.com/danielfalk/smart-open.nvim/blob/7770b01ce4d551c143d7ec8589879320796621b9/lua/telescope/_extensions/smart_open/picker.lua#L33-L41 and...