nvim icon indicating copy to clipboard operation
nvim copied to clipboard

"No information available" using shift k keybinding on typescript projects

Open mauriciotp opened this issue 2 years ago • 2 comments

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? image

mauriciotp avatar Jun 18 '22 20:06 mauriciotp

@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.

lewpoly avatar Jun 18 '22 20:06 lewpoly

It worked! Thanks!

mauriciotp avatar Jun 18 '22 20:06 mauriciotp