migrate to neovim-nightly

This commit is contained in:
♥ Minnie ♥ 2023-10-10 18:57:56 +08:00
parent 296924cdeb
commit a84f086861
3 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,7 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
# Add any other flake you might need # Add any other flake you might need
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
}; };
outputs = { self, nixpkgs, home-manager, ... }@inputs: outputs = { self, nixpkgs, home-manager, ... }@inputs:

View file

@ -44,6 +44,7 @@
cmp_luasnip # Snippets source for nvim-cmp cmp_luasnip # Snippets source for nvim-cmp
luasnip # Snippets plugin luasnip # Snippets plugin
package = pkgs.neovim-nightly;
# Misc # Misc
vim-shellcheck # Static analysis tool for shell scripts vim-shellcheck # Static analysis tool for shell scripts
markdown-preview-nvim # Preview markdown in browser markdown-preview-nvim # Preview markdown in browser

View file

@ -35,6 +35,7 @@
# You can also add overlays exported from other flakes: # You can also add overlays exported from other flakes:
# neovim-nightly-overlay.overlays.default # neovim-nightly-overlay.overlays.default
inputs.neovim-nightly-overlay.overlays.default
# Or define it inline, for example: # Or define it inline, for example:
# (final: prev: { # (final: prev: {