Zend certified PHP/Magento developer

Run neovim as an external application in linux

0

I want to run neovim as an external separate program. I created a desktop file like this:

[Desktop Entry]
Name=Neovim
Comment=Run nvim in konsole with customize options
Keywords=Text;Editor;Plaintext;Write;
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
Exec=konsole –profile nvim –hide-tabbar –hide-menubar -e nvim
Type=Application
Terminal=false
Categories=Development;TextEditor;
Now when I run this a new Konsole window opens. I don’t want it to be like this. It means that it should not be grouped with the other Konsole icons in my Task Manager and I can access it. My desktop is KDE Plasma and I was able to change some of the settings of this window that opens for nvim with Window Rules, but unfortunately, nothing more.