winkee01

Results 24 issues of winkee01

As described in #229, this pull request fixes the issue. You can now use GetLspClient to retrieve all attached client names instead of only one of them. ##### An example...

#### Sympton If multiple lsp server was attached to the buffer, **GetLspClient** function only get the first one it founds and return its name. #### Improvement Return all lsp client...

so I have ``` int tmp = a; a = b; b = tmp; ``` When I type ci=, it just crashes my lines: ``` int tmp == b; b...

When I hit Enter to select the candidate, it confirms the selection, but it prompts a cmp list again. ![CleanShot 2022-07-01 at 21 07 54](https://user-images.githubusercontent.com/49930785/176900870-a5afb743-83b3-4612-b6a2-89f7a801f8d2.gif)

executing `:PackerSync` causes error: [packer.nvim] [ERROR 16:41:57] async.lua:20: Error in coroutine: ...e/nvim/site/pack/packer/start/packer.nvim/lua/packer.lua:706: invalid value (boolean) at index 62 in table for 'concat'

bug

- `nvim --version`: NVIM v0.8.0-dev+10-ge73ef5c09 - `git --version`: git version 2.33.1 - Operating system/version: macOS 12.3, Monterey - Terminal name/version: iTerm2 ### Steps to reproduce ### Actual behaviour #### on...

bug

Sorry, I am new to this plugin, it looks so appealing but I have a small question. So I type `:Trouble [mode]` to enter the diagnostic window, moving the cursor...

I have run `:LspInstall python` to correctly (no erros) installed language server for python, but when I open a `.py` file in my project, and execute `:LspInfo`, it gets this...

Does it have a command option like this? ``` let g:prettier#autoformat_ignore_types=['css', 'javascript', 'yaml'] ```

#### Environment I have two nodes in cluster, A master and C is worker, B is a client machine(macOS) for hosting a VM (C). ![canping](https://user-images.githubusercontent.com/49930785/144717706-cf87b82d-7611-4d45-b60b-56a61c6c3bd4.jpg) As the diagram shows, -...