Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DataEraserC committed Dec 29, 2023
1 parent 481dc07 commit 3d9eb92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions home/common/modules/neovim/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
pkgs,
pkgs-unstable,
astronvim,
...
}:
Expand Down Expand Up @@ -42,13 +43,13 @@
#
# related project:
# https://github.com/b-src/lazy-nix-helper.nvim
plugins = with pkgs.vimPlugins; [
plugins = with pkgs-unstable.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;
extraPackages = with pkgs-unstable;
[
#-- c/c++
cmake
Expand Down

0 comments on commit 3d9eb92

Please sign in to comment.