fix: neovim fzf

This commit is contained in:
Ryan Yin
2023-12-24 23:05:58 +08:00
parent 30881f356a
commit 0a2aae246a

View File

@@ -36,9 +36,10 @@
vimAlias = true; vimAlias = true;
# currently we use lazy.nvim as neovim's package manager, so comment this one. # currently we use lazy.nvim as neovim's package manager, so comment this one.
# plugins = with pkgs.vimPlugins; [ plugins = with pkgs.vimPlugins; [
# # search all the plugins using https://search.nixos.org/packages # 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) # Extra packages only available to nvim(won't pollute the global home environment)
extraPackages = with pkgs; extraPackages = with pkgs;