yioneko

Results 9 issues of yioneko

## TL;DR Help to test the new regex-based indent plugin [vim-tmindent](https://github.com/yioneko/vim-tmindent#nvim-yati) as fallback to see if it reduces unexpected indent result. I'm considering to switch the default fallback method to...

In emacs 29, treesitter support has been merged and treesitter-based indent feature is also added. [The document for rule engine there](https://github.com/emacs-mirror/emacs/blob/fa83b236111ea024b75a8bb33b78a99f437a9a67/doc/lispref/modes.texi#L4979-L4986). Since that is the official support in emacs, it...

Currently a POC. Most test cases are copied from [vim-ruby](https://github.com/vim-ruby/vim-ruby) and with some hard cases not passed. I suggest using the bundled ruby indentexpr of vim since it doesn't tightly...

Steps to reproduce the behavior: Use any keyword to search on the problem or contest list page with limited entries displaying on the current page. Once the page number changes,...

- [ ] Mandatory publish mode for diagnostics. Either `textDocument/diagnostic` or `workspace/diagnostic` are not implemented yet. - [ ] Locale setting only works for diagnostics and human messages from tsserver,...

Relates to option `typescript.tsserver.experimental.useVsCodeWatcher`.

### Problem By far, `textDocument/semanticTokens/full` and `textDocument/semanticTokens/full/delta` are already supported. The problem is, most servers don't have support for `textDocument/semanticTokens/full/delta` and nvim will try to request and process full semantic...

enhancement
lsp
highlight

### Problem nvim-cmp is still not ideally responsive when dealing with huge list of completion items, especially with tailwindcss which sends thousands of candidates on each completion response: #1009 #1828...

Related config options: `typescript.autoClosingTags` `javascript.autoClosingTags`, disabled by default. The client should have the capability `workspace.workspaceEdit.snippetEditSupport`.