DEV Community

hardyweb
hardyweb

Posted on

Lazyvim version 14.x in WSL

fzf-lua as a replacement for telescope.nvim
to use telescope.nvim instead, enable the editor.telescope extra

Enter fullscreen mode Exit fullscreen mode

The big thing that was changed in lazyvim was to remove telescope and switch to fzf-lua.

what needs to be done is :

  1. make sure fzf is installed in debian wsl

option 1.

  1. set -Ux XDG_RUNTIME_DIR= /home/name/.tmp in fish / bash
  2. run neovim , then type : followed by checkhealth fzf_lua

option 2

  1. sudo su ls
  2. mkdir /run/user/1000

ERROR - Your 'run' directory is invalid '/run/user/1000/'

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay