migrate to neovim-nightly
This commit is contained in:
parent
296924cdeb
commit
a84f086861
|
@ -14,6 +14,7 @@
|
|||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# Add any other flake you might need
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, ... }@inputs:
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
cmp_luasnip # Snippets source for nvim-cmp
|
||||
luasnip # Snippets plugin
|
||||
|
||||
package = pkgs.neovim-nightly;
|
||||
# Misc
|
||||
vim-shellcheck # Static analysis tool for shell scripts
|
||||
markdown-preview-nvim # Preview markdown in browser
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
|
||||
# You can also add overlays exported from other flakes:
|
||||
# neovim-nightly-overlay.overlays.default
|
||||
inputs.neovim-nightly-overlay.overlays.default
|
||||
|
||||
# Or define it inline, for example:
|
||||
# (final: prev: {
|
||||
|
|
Loading…
Reference in a new issue