Neovim inlay hints not working for user written functions
I recently moved from Vscode to Neovim maybe a month ago and the one thing that has been bothering me is the lack of inlay hints on my files. Looking for something like this. It works for the vim api functions in my config files, but when I write my own code and functions, they are only recognized as text and therefore the hints don’t work. Vim Api Functions My functions