diff options
| -rw-r--r-- | fnl/conf/pkgs/noice.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/conf/pkgs/noice.fnl b/fnl/conf/pkgs/noice.fnl index 17609b1..58ac761 100644 --- a/fnl/conf/pkgs/noice.fnl +++ b/fnl/conf/pkgs/noice.fnl @@ -8,7 +8,7 @@ :popupmenu {:enabled false} :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 |
