aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-01-11 19:05:49 -0600
committerToby Vincent <tobyv13@gmail.com>2023-01-11 19:05:49 -0600
commit4043a58733bf97741fcc1bc646e47b25ad0aacfe (patch)
tree3a4eb5ca658effb914012355ad32f8c7bdc3ffe8
parenta6e434890ef1f9bcca59f8f227259a14aaee5469 (diff)
fix(nvim): enable noice lsp message handler
-rw-r--r--nvim/.config/nvim/lua/tobyvin/plugins/noice.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/nvim/.config/nvim/lua/tobyvin/plugins/noice.lua b/nvim/.config/nvim/lua/tobyvin/plugins/noice.lua
index 84c1ca9..b08dad5 100644
--- a/nvim/.config/nvim/lua/tobyvin/plugins/noice.lua
+++ b/nvim/.config/nvim/lua/tobyvin/plugins/noice.lua
@@ -21,7 +21,6 @@ local M = {
["cmp.entry.get_documentation"] = true,
},
progress = {
- enabled = true,
format = {
{ "{data.progress.message} " },
"({data.progress.percentage}%) ",
@@ -38,7 +37,6 @@ local M = {
{ "{data.progress.client} ", hl_group = "NoiceLspProgressClient" },
},
},
- messages = { enabled = false },
},
commands = {
all = {