Vito

Results 14 issues of Vito

There seems to be an error on adding autocommands to file buffers that have opening `[` and closing `]` in their name. ``` python @neovim.autocmd('TextChangedI', pattern='\[abcd\]', eval='expand("")', sync=True) def textchangedi_handler(self,...

I recently updated to neovim 0.4.4 and I have nvr setup to be my merge tool. When I open a new brand new terminal and run `git mergetool` it runs...

I am trying to use the KotlinLanguageServer but there are a lot of Unresolved references coming back because the Client is sending the incorrect workspace. Is there a way to...

All of the dependencies listed in my build.gradle are showing up as unresolved dependencies. dependencies: ``` dependencies { implementation 'com.typesafe.akka:akka-actor_2.12:2.5.21' testCompile 'com.typesafe.akka:akka-testkit_2.12:2.5.21' testCompile 'junit:junit:4.12' implementation 'org.jetbrains.kotlin:kotlin-stdlib' testImplementation 'junit:junit:4.12' } ```...

bug
dependency resolution
gradle

I ran into a few issues and I wanted to share them with you to see if I was the only one having these problems. 1. When I installed the...

bug

Is there a way to prevent metals from prompting if it should import changes? This becomes a little cumbersome when working on the cli with git. For example during merges....

question

One of the new features in vim is `gn` I was wondering if there is a way to force tcomment to use a line comment on the next motion. Maybe...

Is there a way to have log level be less verbose?

question

``` OS X El Capitan 10.11.5 ``` ``` $ docker --version Docker version 1.12.0-rc2, build 906eacd, experimental ``` Steps To Reproduce: - Launch zookeeper: https://github.com/mesosphere/docker-containers/blob/master/mesos/README.md#launch-exhibitor-zookeeper - Launch mesos master: https://github.com/mesosphere/docker-containers/blob/master/mesos/README.md#launch-mesos-master...

does this work on osx? > make > cc -Wl,-rpath -Wl,. -o libjson2pb.so json2pb.o -Wl,-soname=libjson2pb.so -Wl,-h -Wl,libjson2pb.so -shared -L. -lcurl -lprotobuf -lstdc++ -ljansson > ld: unknown option: -soname=libjson2pb.so > clang:...