feat(neovim): hide inlay hints on insert mode

They seem to be nice but while inserting it can be very jarring.
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-04-23 19:21:27 -03:00
parent d8b6f05c1e
commit 1fb6ca64d2
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -15,6 +15,7 @@ return {
{ import = "astrocommunity.motion.mini-ai" },
{ import = "astrocommunity.motion.mini-surround" },
{ import = "astrocommunity.recipes.astrolsp-no-insert-inlay-hints" },
{ import = "astrocommunity.recipes.diagnostic-virtual-lines-current-line" },
{ import = "astrocommunity.test.neotest" },