From 7851f00befe4e5123b054fbdefba3f37639ff492 Mon Sep 17 00:00:00 2001 From: Mike Vink <> Date: Thu, 13 Apr 2023 00:50:33 +0200 Subject: confgi --- fnl/conf/pkgs/noice.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fnl/conf/pkgs/noice.fnl b/fnl/conf/pkgs/noice.fnl index 578b8fa..a017714 100644 --- a/fnl/conf/pkgs/noice.fnl +++ b/fnl/conf/pkgs/noice.fnl @@ -5,7 +5,7 @@ [:cmp.entry.get_documentation] true}} :messages {; NOTE: If you enable messages then the cmdline is enabled automatically. ; This is a current Neovim limitation. - :enabled true + :enabled false ; enables the Noice messages UI :view :mini ; default view for messages @@ -13,7 +13,7 @@ ; view for errors :view_warn :mini ; view for warnings - :view_history :mini + :view_history :messages ; view for :messages :view_search :virtualtext} ; view for search count messages. Set to `false` to disable} -- cgit v1.2.3