NAKAI Tsuyoshi

Results 22 issues of NAKAI Tsuyoshi

Enable/disable snippet functionality

https://github.com/neovim/neovim/pull/16439

## WHAT When updating a package that is already installed, there is an error that appears to be a problem with the timing of removing the past. When this happens,...

https://github.com/nvim-lua/plenary.nvim/blob/62dc2a7acd2fb2581871a36c1743b29e26c60390/lua/plenary/iterators.lua#L85

`@generic` must be declared first, and if you put string.gsub as is in return, it will even return a second return value.

lua

### Problem In help, client.request_sync is available. But this method is private. I think we should remove `request_sync()` from the documentation or remove `@private`. https://github.com/neovim/neovim/blob/eae6727325111e596b49bb04337a467e8833397c/runtime/lua/vim/lsp.lua#L1210-L1248 ```help client() *vim.lsp.client* LSP client...

documentation
lsp

### Problem https://github.com/neovim/neovim/blob/5a2536de0c4beae4eba50a0d2868983c1690ecc7/runtime/lua/vim/lsp/_meta/protocol.lua#L3098-L3104 https://github.com/neovim/neovim/blob/5a2536de0c4beae4eba50a0d2868983c1690ecc7/runtime/lua/vim/lsp/_meta/protocol.lua#L4160-L4161 `completionItem` is not anonym26. anonym26 corresponds to `completionItem.insertTextModeSupport`. Specification ``` export interface [CompletionClientCapabilities](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionClientCapabilities) { /** * Whether completion supports dynamic registration. */ dynamicRegistration?: boolean; /** *...

documentation
lsp

- Changed dictionary specifications - Only line breaks are used to separate words. - Stop referencing `&dictionary`. - `switcher` is deprecated. - Set `paths` in `require("cmp_dictionary").setup()`. - Remove `:CmpDictionaryUpdate`. -...