simrat39/inlay-hints.nvim

Couldn't get the plugint to work.

Opened this issue · 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.

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

I think this is related to #10

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' })