Skip to content

Commit 8953ca2

Browse files
nvim(noice): disable lsp progress
1 parent e8e9f88 commit 8953ca2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/nvim/lua/minizilla/misc.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ noice.setup {
4444
lsp_doc_border = true, -- add a border to hover docs and signature help
4545
},
4646
lsp = {
47+
progress = { enabled = false },
4748
override = {
4849
['vim.lsp.util.convert_input_to_markdown_lines'] = true,
4950
['vim.lsp.util.stylize_markdown'] = true,

0 commit comments

Comments
 (0)