-
With no configuration, neoterm opens a terminal in a new buffer, closing the old buffer.
**To Reproduce**
Steps to reproduce the behavior:
1. Opened a neoterm with `:T ls`
2. Send a command
3. …
-
**Describe the bug**
Neoterm REPLs replace the current buffer when first opened.
**To Reproduce**
Steps to reproduce the behavior:
1. Open test.py, test2.py. Write "print('t')" in test.py.…
-
At work, we do all of our local development inside of Docker containers. Is there an easy way to configure vim-test to prepend Docker to the test commands? Barring that, can I override the command vim…
-
**Describe the bug**
I have a keybinding in my zsh that `` is mapped to `ls`. So when I call it, my files in the directory are listed.
`:Tclear` may instead execute the `clear` command in the shell…
-
你好!
我们正在研究如何更好地在android上使用openjdk,得知NeoTerm的软件包中有一份openjdk-9,看上去是使用android特有的工具链编译的,基于原生的bionic libc而非glibc。这对我们意义重大,请你根据GPL的要求提供源代码,谢谢!
-
**Describe the solution you'd like**
I'd like to use the `tig` tool to display the git history of a file. My current solution looks like this `:split +terminal\ tig\ %`. However, I miss the neoterm's…
-
With the default neoterm settings and with `:set hidden`, running `:Tnew` or any command that results in creating a new terminal ends up replacing the current buffer completely (essentially stealing i…
-
Is it possible to list all the terminals opened in a single (neo)vim session? These terminals can be added via `:Tnew` and toggled from time to time. I've gone through the documentation but couldn't f…
-
Hi,
currently `startinsert` is executed on every `:FloatermToggle` and terminal switching via `:FloatermNext` or `:FloatermPrev`. I recommend to add a configuration flag the way neoterm did, like `g:…
-
Currently I have
```lua
use {
'nvim-lua/completion-nvim',
opt = true,
requires = {{'hrsh7th/vim-vsnip', opt = true}, {'hrsh7th/vim-vsnip-integ', opt = true}, {'ncm2/float-preview.nv…