nvim
nvim copied to clipboard
"No information available" using shift k keybinding on typescript projects
I was working on my typescript project, and after using "shift k" keybinding, this message from vim notify was showing up. Any idea on how to solve it?
@mauriciotp If you disable cssmodules from your lsp that notification will go away. I'm not sure if that is by design, but it attaches to all tsserver files.
It worked! Thanks!