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;
# 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;