Talk:Neovim: Difference between revisions
imported>MikulasVanousek No edit summary |
imported>MikulasVanousek No edit summary |
||
Line 1: | Line 1: | ||
I | I included neovim amongst the packages I install in my NixOS config: | ||
{ config, pkgs, ... }: | { config, pkgs, ... }: | ||
Line 30: | Line 30: | ||
} | } | ||
This | This stalls the nixos.neovim version of the package, which has version 4.4. I need version 5.1, which can be found in nixpkgs.neovim. I can install it with: | ||
nix-env -iA nixpkgs.neovim | nix-env -iA nixpkgs.neovim | ||
Is there a way to install it | Is there a way to install it from my config? |