feat: lazy.nvim + NixOS

This commit is contained in:
Ryan Yin
2023-12-28 13:55:25 +08:00
parent 62c14b3c84
commit d393fa707f

View File

@@ -36,6 +36,12 @@
vimAlias = true;
# currently we use lazy.nvim as neovim's package manager, so comment this one.
# Install packages that will compile locally or download FHS binaries via Nix!
# and use lazy.nvim's `dir` option to specify the package directory in nix store.
# so that these plugins can work on NixOS.
#
# related project:
# https://github.com/b-src/lazy-nix-helper.nvim
plugins = with pkgs.vimPlugins; [
# search all the plugins using https://search.nixos.org/packages
telescope-fzf-native-nvim