From d256394efe39a9806c40867633374e467f384563 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 5 Nov 2024 15:13:45 -0500 Subject: [PATCH] Fix warning --- modules/home/all/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/all/neovim/default.nix b/modules/home/all/neovim/default.nix index e655361..6da6d2a 100644 --- a/modules/home/all/neovim/default.nix +++ b/modules/home/all/neovim/default.nix @@ -49,7 +49,7 @@ in noice = { # WARNING: This is considered experimental feature, but provides nice UX enable = true; - presets = { + settings.presets = { bottom_search = true; command_palette = true; long_message_to_split = true;