-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I'm trying to configure flatten.nvim so that it doesn't flatten when running nvim
explicitly in a :terminal
.
Error detected while processing BufEnter Autocommands for "*":
Error executing lua callback: Vim:Error invoking 'nvim_exec_lua' on channel 3:
Error executing lua: ...m/site/pack/paqs/start/flatten.nvim/lua/flatten/init.lua:221: attempt to call field 'parse_argv' (a nil value)
stack traceback:
...m/site/pack/paqs/start/flatten.nvim/lua/flatten/init.lua:221: in function <...m/site/pack/paqs/start/flatten.nvim/lua/flatten/init.lua:216>
stack traceback:
[C]: in function 'req'
...im/site/pack/paqs/start/flatten.nvim/lua/flatten/rpc.lua:36: in function 'exec_on_host'
.../site/pack/paqs/start/flatten.nvim/lua/flatten/guest.lua:157: in function <.../site/pack/paqs/start/flatten.nvim/lua/flatten/guest.lua:127>
To Reproduce
Steps to reproduce the behavior:
require("flatten").setup{
nest_if_no_args = true,
}
:terminal
nvim
Expected behavior
should nest without error
Screenshots
If applicable, add screenshots and/or videos to help explain your problem.
Minimal Init
require("flatten").setup{
nest_if_no_args = true,
}
Desktop (please complete the following information):
- OS: macos
- Terminal emulator / nvim GUI: kitty
- Neovim Version:
v0.11.0-dev-2036+gd981aa5c411e
qw457812
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working