yioneko

Results 37 comments of yioneko

@jaekyeom Please check 62f723bd0295ec75a33e495e13dd2ad82256d54d to confirm the fix. Feel free to open any issue to help improve the plugin better :)

For query-based approach, indent module in nvim-treesitter got back its development recently. There is no plan to support that here in the short term. BTW, a new DSL(might be lisp-like)...

@ggandor Is the same label feature on plan? The idea of this plugin is really simple, and I do not think things like [leap-ast.nvim](https://github.com/ggandor/leap-ast.nvim) are reinventing the wheel, not to...

> That's partly historic. When I created this plugin, hop didn't have an extension API The move functionality was added later. Partly to see what can be done with the...

> The current state of TypeScript editor tooling is an absolute mess (entirely of Microsoft's making) For anyone interested in this, see https://github.com/microsoft/TypeScript/issues/39459. Unfortunately, till now ts team doesn't seem...

Thanks for your feedback. There should be no big impact of user experience for using standalone `tmindent` instead of combining the two, as that is how `tmindent` is designed: porting...

Have no idea about this, there is no helpful information in the stack trace. Also, I cannot reproduce this with the following minimal config on the nightly: ```lua local lazypath...

You can try it in VSCode. If the same problem could be reproduced there, then I suspect that this is the issue of tsserver, and should be reported to [TypeScript](https://github.com/microsoft/typescript).

Closed due to inactivity. Feel free to reopen one if more information could be provided, like a reproducible example.

Could you check if other LSP features like hover doc work normally? Does the basic completion for keywords like `import` and `const` also not work? LSP log from the client...