From 0a2aae246aa9764253f3b0e5cc0cff019456d252 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 24 Dec 2023 23:05:58 +0800 Subject: [PATCH] fix: neovim fzf --- home/base/desktop/neovim/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/base/desktop/neovim/default.nix b/home/base/desktop/neovim/default.nix index 5faa3f48..d44a7a50 100644 --- a/home/base/desktop/neovim/default.nix +++ b/home/base/desktop/neovim/default.nix @@ -36,9 +36,10 @@ vimAlias = true; # currently we use lazy.nvim as neovim's package manager, so comment this one. - # plugins = with pkgs.vimPlugins; [ - # # search all the plugins using https://search.nixos.org/packages - # ]; + plugins = with pkgs.vimPlugins; [ + # search all the plugins using https://search.nixos.org/packages + telescope-fzf-native-nvim + ]; # Extra packages only available to nvim(won't pollute the global home environment) extraPackages = with pkgs;