From d393fa707ff1433e8b8a63c8beb51dde1be956b1 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 28 Dec 2023 13:55:25 +0800 Subject: [PATCH] feat: lazy.nvim + NixOS --- home/base/desktop/neovim/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/base/desktop/neovim/default.nix b/home/base/desktop/neovim/default.nix index e8167f5b..33ed14de 100644 --- a/home/base/desktop/neovim/default.nix +++ b/home/base/desktop/neovim/default.nix @@ -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