Skip to content

Commit

Permalink
feat(neovim): get off nightly for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
meatcar committed Dec 26, 2024
1 parent e3f8ca8 commit 8fc2574
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
nixpkgs-wayland.inputs.nixpkgs.follows = "nixpkgs";
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
emacs-overlay.url = "github:nix-community/emacs-overlay";
declarative-cachix.url = "github:jonascarpay/declarative-cachix";
nixos-wsl.url = "github:nix-community/NixOS-WSL";
Expand Down Expand Up @@ -54,7 +53,6 @@
config = {allowUnfree = true;};
overlays = [
inputs.nixpkgs-wayland.overlay
inputs.neovim-nightly-overlay.overlays.default
inputs.emacs-overlay.overlay
];
};
Expand Down
3 changes: 0 additions & 3 deletions home-manager/modules/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@

programs.neovim = {
enable = true;
package = pkgs.neovim.override {
lua = pkgs.luajit;
};
withNodeJs = true;

plugins = with pkgs.vimPlugins; [
Expand Down

0 comments on commit 8fc2574

Please sign in to comment.