From d66d75af27038fe7c5e538dbb7e5d1a2c574d965 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 24 Mar 2024 21:37:28 +0100 Subject: Dotfiles: Nvim: Use neovim nightly's (0.10) inlay hints --- hosts/configuration.nix | 2 +- hosts/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 05525c2..8725176 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -112,7 +112,7 @@ gitFull git-crypt tmux - neovim + neovim-nightly htop pfetch unzip diff --git a/hosts/default.nix b/hosts/default.nix index 05a59d2..2990da3 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -11,6 +11,7 @@ let }; overlays = [ inputs.nur.overlay + inputs.neovim-nightly-overlay.overlay (import ../packages) (import ../overlays) ] ++ extraOverlays; -- cgit 1.4.1