Filip Krikava
Filip Krikava
In the open / save dialogs, it the left panel with shortcuts, the mounts are much taller than the rest which give somewhat unbalanced view. Please see the screenshot: ...
I'm rather new to Haskell. I tried to setup my environment on OSX 10.9. I installed ghc (7.8.3) and cabal (1.20.0.3) using homebrew. I then grabbed the requirements using the...
I'm using the [Lamy pen](https://www.lamy.com/en/emr/) with my rM1 and it works great. It has an extra button that is mapped to eraser tool in rM. I was wondering if it...
With scalameta 4.1.4, the semanticdb for the following code is missing reference to the` p/c1.n.B#``().` constructor call: ```scala 0: package p 1: object c1 { 2: class A 3: implicit...
Generated semanticdb with scalameta 4.1.1 for the following code: ```scala object noparens { class C val c = new C } ``` correctly contains the following occurrences: ``` Occurrences: [0:7..0:15)
Given this input: ```scala class F { new F } ``` The metac/metap result in: ``` Summary: Schema => SemanticDB v4 Uri => test.scala Text => empty Language => Scala...
I'm experiencing a problem while editing R package in neovim using the builtin LSP support. It might be that it is not languageserver problem, but here is what led me...