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