chore(nvim): turn of progress notifications

This commit is contained in:
Stefan Imhoff
2023-06-22 10:43:36 +02:00
parent d78290b933
commit 5b4fceba59

View File

@@ -6,7 +6,7 @@ return {
opts = {
lsp = {
progress = {
enabled = true,
enabled = false,
},
},
},