Melandel
Melandel
Given a server was requested to start When the projects are done loading Then any existing buffer whose path is under one of the projects should be associated with the...
It would be nice to use vim's folding feature on C# files
Hello, I have trouble having both colors and arrow/home/end keys work in vifm.vim. With the default `termwintype`, I have: * incorrect colors * support for arrow keys When trying to...
Hello, I have noticed that for this bob file: ``` .----------. .----------. |{w} A |-->|{w} B | '----------' '----------' .----------. .----------. |{w} A |
Hello, I am using Windows 10 (version 19536.1000) and windows powershell 5.1. My database is in a docker container. When writing `\e` in the prompt, I get the following error...
Hello, Here's a [repository I made for reproducing](https://github.com/Melandel/demo.omnisharpvim.bug.nunitTheory) the following observation: * `v2/codestructure` detects a test on the following code: ```cs using NUnit.Framework; namespace demo.omnisharpvim.bug.nunitTheory { public enum Color {...
Hello, Currently I run `omnisharp.exe --encoding utf-8` but when I use the RunTest endpoint, the output has broken characters because the output encoding depends on my system:  Would it...
**Checklist** - [x] I searched the `:help` documentation using `/` for helpful information - [x] I have read the [frequently asked questions](https://github.com/Jelmerro/Vieb/blob/master/FAQ.md) - [x] I did not find any similar...
**Checklist** - [x] I searched the `:help` documentation using `/` for helpful information - [x] I have read the [frequently asked questions](https://github.com/Jelmerro/Vieb/blob/master/FAQ.md) - [x] I did not find any similar...
When several solutions for a given cs file, solution selection prompts block the UI by being spammed
**In order to reproduce:** ``` let g:OmniSharp_start_server = 0 let g:OmniSharp_selector_ui = '' ``` Have 2 solutions `Foo.sln` and `Bar.sln` for a given `Foo.cs` file in some csproj **Analysis:** At...