summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <>2023-04-13 00:50:33 +0200
committerMike Vink <>2023-04-13 00:50:33 +0200
commit7851f00befe4e5123b054fbdefba3f37639ff492 (patch)
treee366030d5b7bec54959a6fdeb252904ba750bfa3
parent6c077a58826feddf831cd3a9c2d9c17899be0b68 (diff)
confgi
-rw-r--r--fnl/conf/pkgs/noice.fnl4
1 files 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}