You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I start typing in the integrated terminal I get this error which is mentioned bellow
Error
Error executing lua callback: ...ck/packer/opt/nvim-dap-ui/lua/dapui/elements/console.lua:30: Vim(normal):Can't re-enter normal mode from terminal mode
stack traceback:
[C]: in function 'cmd'
...ck/packer/opt/nvim-dap-ui/lua/dapui/elements/console.lua:30: in function <...ck/packer/opt/nvim-dap-ui/lua/dapui/elements/console.lua:28>
Press ENTER or type command to continue
NVIM v0.8.2
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by builduser
Config
["rcarriga/nvim-dap-ui"] = {
config=function()
require"configs.dapui" -- run default astronvim dap configlocaldap=require"dap"-- dap.defaults.fallback.force_external_terminal = truedap.defaults.fallback.external_terminal= {
command="/usr/bin/alacritty",
args= { "-e" },
}
dap.configurations.python= {
{
-- The first three options are required by nvim-daptype="python", -- the type here established the link to the adapter definition : `dap.adapters.python`request="launch",
name="Launch file",
-- Options below are for debugpy, see https://github.com/microsoft/debugpy/wiki/Debug-configuration-settings for supported optionsconsole="integratedTerminal",
program="${file}", -- This configuration will launch the current file if used.pythonPath="/usr/bin/python"
},
}
end,
},
(I use astronvim which uses packer [I am pretty noob, sorry if i missed anything])
The text was updated successfully, but these errors were encountered:
GiorgosXou
changed the title
Vim(normal):Can't re-enter normal mode from terminal mode
Can't re-enter normal mode from terminal mode
Jan 11, 2023
Issue
Whenever I start typing in the integrated terminal I get this error which is mentioned bellow
Error
Versions
DAP-UI version: b0612c9
Config
(I use astronvim which uses packer [I am pretty noob, sorry if i missed anything])
The text was updated successfully, but these errors were encountered: