-
Hello, (thanks folke for all your plugins) I'm in the process of moving from different plugins to this snacks and I've a strange behavior on the dashboard. When opening nvim, it seems I'm on insert mode, I have to push esc to be able to use the keys. Any idea how to debug this ? Nothing really fancy on the config : https://github.com/bmichotte/dotfiles/blob/develop/config/nvim/lua/plugins/snacks.lua CleanShot.2024-12-13.at.10.43.08.mp4 |
Beta Was this translation helpful? Give feedback.
Answered by
folke
Dec 13, 2024
Replies: 1 comment 1 reply
-
You have an autocmd that starts insert mode when a terminal opens... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bmichotte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have an autocmd that starts insert mode when a terminal opens...
https://github.com/bmichotte/dotfiles/blob/506471e14af615ebd3982b9a88ae6816238eff4d/config/nvim/lua/commands.lua#L21