Henry Wang

Results 24 issues of Henry Wang

I've installed FSharpLint by doing ```dotnet tool install -g dotnet-fsharplint```, and tried one of their examples on the [FSharpLint website](https://fsprojects.github.io/FSharpLint/): ``` type ExampleInterface = abstract member print : unit ->...

bug
upstream

I thought pyls uses Jedi under the hood, but it is much slower. For example, when I type np. With jedi-ls the completion comes up instantly. But when it comes...

The hover is behind the autocompletion menu. Also the third column is taking so much space while not showing new information, is it possible to disable it? ![image](https://user-images.githubusercontent.com/28958399/94036431-34d0ce80-fdbc-11ea-84ff-b201c2a125f0.png) Furthermore, the...

Rather than having to manually convert comments or docstring to boxes, it would be nice to have option to automatically display them in boxes as virtual text. That way you...

enhancement
help wanted

Is it possible to add iabbr support? For example the following commands would automatically insert a colon for def, class, if, etc... ``` iabbr def def: iabbr class class: iabbr...

### Neovim version (nvim -v) v0.8.0-dev+100-g371dfb174 ### Language server name/version omnisharp-roslyn 1.38.2 ### Operating system/version archlinux ### Steps to reproduce using "nvim -u minimal_init.lua" Trying to go definition on "Dictionary"...

bug
lsp

![image](https://user-images.githubusercontent.com/28958399/198830655-c968f91a-f5ef-4777-93da-969ca3e7ec87.png) I expect these \\_ characters to be displayed like this: ![image](https://user-images.githubusercontent.com/28958399/198830703-f3446e72-a05f-4d0a-a400-0d21f917c987.png)

enhancement
upstream

This is what :map \ gives me, it would be nice if we could format it in a readeable form: ![image](https://user-images.githubusercontent.com/28958399/196251908-0d4a0a10-7bca-4a0d-8028-d9b9a14dbb59.png)

upstream

- `nvim --version`: NVIM v0.9.0-dev-227+ga86295cd5 - `git --version`: git version 2.33.0.windows.2 - Operating system/version: Windows 10 - Terminal name/version: Windows Terminal I'm able to install lsp_lines.nvim on Linux, however not...

bug

```lua local cfg = { bind = true, -- mandatory -- doc_lines = 60, floating_window = true, -- show hint in a floating window, set to false for virtual text...