summaryrefslogtreecommitdiff
path: root/fnl/conf/pkgs/noice.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/conf/pkgs/noice.fnl')
-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 46f0323..cce1937 100644
--- a/fnl/conf/pkgs/noice.fnl
+++ b/fnl/conf/pkgs/noice.fnl
@@ -7,7 +7,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 false
+ :enabled true
; enables the Noice messages UI
:view :mini
; default view for messages
@@ -15,7 +15,7 @@
; view for errors
:view_warn :mini
; view for warnings
- :view_history :messages
+ :view_history :mini
; view for :messages
:view_search :virtualtext}
; view for search count messages. Set to `false` to disable}