-
having a file structure like:
```
foo/
foo.go
foo_test.go
bar/
bar.go
bar_test.go
```
and $CWD == foo I would expect 'all' scope to run`go test ./...` which will run tests for sub-pack…
-
When switching to a neoterm split, error is raised:
```
Error detected while processing function 63_handleActivity..63_Api:
line 22:
E499: Empty file name for '%' or '#', only works with ":p:h": si…
gacha updated
8 years ago
-
Or probably using a command like `:NvimuxRename new-terminal-buffer-name-here`.
I see that [this plugin](https://github.com/brettanomyces/nvim-terminus) was able to change the buffer name.
Also, possi…
-
IPython provides a set of useful [magic commands](https://ipython.org/ipython-doc/3/interactive/magics.html) such as `% reset` or `% run`. With these, I can keep the terminal buffer open, rerun my cur…
-
I'm having trouble running Minitest tests with `neoterm` strategy after neoterm update.
The output looks like this:
``` bash
$ ./bin/rake test TEST=
rake aborted!
LoadError: cannot load such file -- …
ghost updated
8 years ago
-
I added the command below to my nvimrc but I still get a horizontal split - How do I make a vertical split?
let g:neoterm_position='vertical'
-
In order to get my `.zprofile` to run in the Neovim terminal, I have this line in my `nvim/init.vim` file:
```
let &shell='"/usr/local/bin/zsh" -l'
```
Gitgutter _really_ doesn't like it when I do t…
-
If I go into NeoVim with neoterm loaded, enter `:Tnew`, then `:T exit`, followed by `:Tclose`, I get the following error:
![screen shot 2016-03-04 at 5 16 33 pm](https://cloud.githubusercontent.com/a…
-
- [x] [How to install nvim on Ubuntu](https://github.com/neovim/neovim/wiki/Installing-Neovim#ubuntu).
- [ ] [How to migrate from vim](https://wiki.archlinux.org/index.php/Neovim)
Exciting plugins:
-…
-
I am trying to add a test runner for rust, but the `neoterm#test#runner` function mentioned in the README doesn't seem to exists.
I don't know what I'm doing wrong but here's what vim says:
```
neote…