Git Product home page Git Product logo

Comments (10)

karimkhaleel avatar karimkhaleel commented on June 14, 2024 3

@larsx2 I had the same error show up after this update. I reinstalled (removed old directories as well) and it still showed up.

Fixed it by adding this to custom plugins:
{ "nvim-telescope/telescope-fzf-native.nvim", build = "cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build", }

Just make sure you have cmake installed. I didn't have it installed the first time I added this line to my config and it failed to build it and then didn't want to rebuild it until I ran :Lazy build telescope-fzf-native.nvim.

Seems to be working fine now.

from nvchad.

AlexanderHott avatar AlexanderHott commented on June 14, 2024 2

found this is an issue in the lunar vim repo LunarVim/LunarVim#1804 (comment)

cd ~/.local/share/nvim/lazy/telescope-fzf-native.nvim && make && cd -

and it worked for me

from nvchad.

kayuxx avatar kayuxx commented on June 14, 2024 2

@AhsanSarwar45 did u have make and gcc installed in your system before NvChad install?, if not this probably cause to fail the compiling.
and for the fix run this command cd ~/.local/share/nvim/lazy/telescope-fzf-native.nvim && make && cd -
this should work for you

from nvchad.

siduck avatar siduck commented on June 14, 2024 1

ok properly removed now

from nvchad.

siduck avatar siduck commented on June 14, 2024

not a nvchad issue then :/

@kayuxx ig its time to remove this plugin, 90% of issues we get regarding this are from windows users

from nvchad.

siduck avatar siduck commented on June 14, 2024

does the thing compile tho?

from nvchad.

kayuxx avatar kayuxx commented on June 14, 2024

@siduck i see that most issues on that topic even though, it improve performance removing it is not a good idea

from nvchad.

siduck avatar siduck commented on June 14, 2024

@siduck i see that most issues on that topic even though, it improve performance removing it is not a good idea

yes users can add it in custom plugins. and its not good to manually CD and fix it imo.

from nvchad.

larsx2 avatar larsx2 commented on June 14, 2024

I just updated NvChad and got another variant of the error of this Issue. This is from a fresh install and didn't see it before I updated the code.

image

from nvchad.

rendi12345678 avatar rendi12345678 commented on June 14, 2024

@AhsanSarwar45 did u have make and gcc installed in your system before NvChad install?, if not this probably cause to fail the compiling. and for the fix run this command cd ~/.local/share/nvim/lazy/telescope-fzf-native.nvim && make && cd - this should work for you

it works !!!!!!!!!!!!

from nvchad.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.