Weird interaction between drun and nvim #2185
Answered
by
DaveDavenport
kbuckleys
asked this question in
(Possible) Issues
-
capture_2025-09-13_15-27-31.mp4As showcased, I get these errors in a window attached to nvim whenever I open it from drun, and only drun. My config is rather straightforward, but I'll drop it here all the same. I'm currently using the latest rofi-git.
|
Beta Was this translation helpful? Give feedback.
Answered by
DaveDavenport
Sep 13, 2025
Replies: 1 comment 3 replies
-
You said in your last post you added your own desktop file for neovim (If I remember correctly) can you post this desktop file? (it works fine for me with the archlinux provided desktop file) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terminal=true
and
Exec=kitty -e nvim %F
you tell it to launch in a terminal twice
so you get 2 terminals..