-
When hovers do not return any code intel results, we are only displaying “no information available” in the case when I have just installed the extension and see the big “we’ve hidden GH’s native popup…
-
The title says it all. If the tags are being generated, when quitting neovim, it hangs for a few seconds.
I think this was not the case before using the Job API.
-
In case there are unsigned RPM packages to be installed, DA should be able to ask the user if they want to install them anyway:
```
Checking for presence of python...
rpm -q --whatprovides "python"
…
-
It appears to me that looking at file extensions is used to determine the file types here:
https://github.com/ssc-oscar/lookup/blob/5e78bbfe322a83f425c2cf8d7982d2be4e82d79b/prjSummary.perl#L114-L147
…
-
see https://github.com/dkjii-gg/phpcomplete-test-2, try going to \t\test(), it brings to \f\test because it falls back to vim default tag search
The reason it does that is that when it looks for th…
-
Add missing apps to the Brewfile so they're included by default on a fresh install. Maybe split out a separate Brewfile for apps / tools only used on personal machines.
- Adobe Creative Cloud
- Sl…
-
I am hitting a problem with autocompletion with tab. I am on Ubuntu 18.04, programming in C++ with clangd and exuberant-ctags extensions installed, and oni2 i a few days old:
```
~$ oni2 --version…
-
Consider this code:
``` python
class TestClass(object):
def __init__(self):
self.public_member_init = None
self._private_member_init = None
def public_method(self):
p…
-
Add support for major assembly languages: 6502, 8080, Z80, 8086, IA-32, x86-64, PowerPC, 68000, MIPS, ARM, Sparc.
-
Could be a timeout or race condition...