Results 347 comments of rayx

I did not check this after. Pushed another fix for this. Would you take another look?

What is your config? I am using this ```lua { 'ray-x/web-tools.nvim', ft = { 'html', 'javascript', 'hurl', 'http', 'svelte' }, cmd = { 'HurlRun', 'BrowserOpen', 'Npm', 'Yarn', 'Tsc' }, lazy...

It using `fd` by default. So for the excluding pattern you can setup with fd ignore file.

Agree, it need to be fixed. But it depends on neovim API so plugin will be aware current inlay_hint.

Correct, If lazy loaded, you have to make sure the plugin loaded before lsp client start. Otherwise, on_attach won't hook.

Could you also post 1. the code snippets you are using 2. the language server/LSP So I can reproduce this issue. Thanks!

It may related to `dev` setting. Please check if the latest version works thanks.

A good reference on setting with treesitter is here: https://github.com/ngalaiko/tree-sitter-go-template?tab=readme-ov-file

Please check this comment. https://github.com/nvim-treesitter/nvim-treesitter/issues/2846#issuecomment-1104790065

Sounds to me you might have multiple formater/import auto command hooked. I pushed another change to enforce re-format code when the setup is `gopls`. Please take a look. If it...