jdhao / nvim-config

A modern Neovim configuration with full battery for Python, Lua, C++, Markdown, LaTeX, and more...
MIT License
3.4k stars 502 forks source link

hide lsp processing massage #246

Closed AhmadNaruto closed 10 months ago

AhmadNaruto commented 10 months ago

iam using this config and working great. but unfortunately when using in termux (Android) Lsp processing massage (bottom right corner) quite annoying and covers the code. I wish there was a way or option to hide the message.

IMG_20231006_075045

I know this is more of a question than a feature request. but I think it's quite important. because I code more often on a smartphone than on a PC

jdhao commented 10 months ago

The progress hint is from fidget.nvim, you can remove it to disable the feature: https://github.com/jdhao/nvim-config/blob/master/lua/plugins.lua#L485