inlay-hints.nvim icon indicating copy to clipboard operation
inlay-hints.nvim copied to clipboard

Couldn't get the plugint to work.

Open marco-silva0000 opened this issue 2 years ago • 3 comments

Not sure what I'm doing wrong, but I added the setup and tsserver on_attach part, and I have a print confirming it's running at least untill after ih.on_attach(c ,b) when I open a .ts file, but I see nothing after that. I'm using lunarvim.

marco-silva0000 avatar Jan 05 '23 12:01 marco-silva0000

can it be that I'm using gitsigns and it interferes with it?

marco-silva0000 avatar Jan 05 '23 21:01 marco-silva0000

I think this is related to #10

akyrey avatar Feb 15 '23 06:02 akyrey

I think this is related to #10

If it's related to that, you might try this PR #14 with the default config or with packer you could change your use for this and verify if it works: use({ 'moliva/inlay-hints.nvim', branch = 'feat/disable-tsserver-adapter' })

moliva avatar Apr 18 '23 19:04 moliva