-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Can't run fzf-lua #1243
Comments
This is a similar issue to #1226 and is unrelated to fzf-lua, it seems the that your neovim fails to := pcall(vim.fn.serverstart, "test") My guess is this would fail with the same error you posted, see the discussion in #1226 maybe you’ll get a lead how to fix it, once |
Check out this comment specifically #1226 (comment) and make sure your runtime path is accessible and can be written into. |
See neovim/neovim#20865, this is an issue local to your system, solve the runtime dir and make sure |
I am on MacOS 14.5 and I had manually added That directory did not exist and I could not figure out a way to create it so I change the export to be After I did |
xdg is not supported on macos, but for others values: https://stackoverflow.com/questions/3373948/equivalents-of-xdg-config-home-and-xdg-data-home-on-mac-os-x |
Appreciate your reply to this. I will update my export |
No need for double quotes |
Okay figured it out as said above with creating a new runtime dir on my WSL2 platform I did the following; If you're on WSL2 I think runtime dirs are fucked. Maybe only if you boot with systemd though which I do. Create a new runtime dir to use, I did |
Yeah I only experienced this when enabled systemd |
RTFM Checklist
man fzf
/ I am well versed in shell fzfOperating system
WSL
Shell
zsh
Neovim version (
nvim --version
)NVIM v0.9.5
Fzf version (
fzf --version
)0.51.0 (brew)
Output of
:lua print(os.getenv('FZF_DEFAULT_OPTS'))
--ansi --height 100%
Is the problem reproducible with
mini.sh
?mini.sh
mini.sh
mini.sh
(not relevant, requires LSP, Windows, etc)Fzf-lua configuration
Describe the bug / steps to reproduce
The following error happens when loading vim after adding
fzf-lua
:Note, I get the following error when running in
mini.sh
:The text was updated successfully, but these errors were encountered: