diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-24 21:37:28 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-31 01:20:28 +0100 |
commit | d66d75af27038fe7c5e538dbb7e5d1a2c574d965 (patch) | |
tree | 265b685d0d92e2045a1c88e9addb820f8b544a6d /hosts | |
parent | Dotfiles: Nvim: Add lspkind plugin (diff) | |
download | nixos-config-d66d75af27038fe7c5e538dbb7e5d1a2c574d965.tar.gz nixos-config-d66d75af27038fe7c5e538dbb7e5d1a2c574d965.tar.bz2 nixos-config-d66d75af27038fe7c5e538dbb7e5d1a2c574d965.zip |
Dotfiles: Nvim: Use neovim nightly's (0.10) inlay hints
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/configuration.nix | 2 | ||||
-rw-r--r-- | hosts/default.nix | 1 |
2 files changed, 2 insertions, 1 deletions
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; |