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
  2. set export XDG_RUNTIME_DIR= /home/name/.tmp in fish / bash
  3. run neovim , then type : followed by checkhealth fzf_lua

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

Top comments (0)