ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.82k stars 450 forks source link

maybe load_extension fzf bug #1224

Closed mjkx5 closed 2 months ago

mjkx5 commented 2 months ago

Version confirmation

Following prerequisites

Not a user config issue

Neovim version

NVIM v0.9.5

Operating system/version

Linux version 6.6.25-1-lts (linux-lts@archlinux)

Terminal name/version

kitty 0.33.1-3

$TERM environment variable

No response

Branch info

main (Default/Latest)

Fetch Preferences

SSH (use_ssh = true)

How to reproduce the issue

when I input ,error occurs

Expected behavior

disappear this error .

Actual behavior

Screenshot_09-Apr_16-44-49_kitty

Additional information

when I input ,error occurs. I try to fix that error, find out because of require("telescope").load_extension("fzf").

I comment that line, the error disappear. I do not know whether other people encounter the error and why the error occur.

CharlesChiuGit commented 2 months ago

try this

cd ~/.local/share/nvim/site/lazy/telescope-fzf-native.nvim
rm -rf build
make

https://github.com/nvim-telescope/telescope-fzf-native.nvim#make-linux-macos-windows-with-mingw i think your telescope-fzf-native.nvim is somehow not being build; therefore the error happened.

mjkx5 commented 2 months ago

@CharlesChiuGit It works, thanks .