From f2e01d7e513067ddb57c75f6e38cdcf434946cf8 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 22 Oct 2018 00:02:58 +0200 Subject: Major refactoring for version 2.0 vim-plug has been removed and replaced with Vims internal bundle mechanism. But I already noticed, that there is also GLVM now and started trying that as well. --- xdg-additions/applications/nvim.desktop | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 xdg-additions/applications/nvim.desktop (limited to 'xdg-additions/applications/nvim.desktop') diff --git a/xdg-additions/applications/nvim.desktop b/xdg-additions/applications/nvim.desktop new file mode 100644 index 0000000..21f0090 --- /dev/null +++ b/xdg-additions/applications/nvim.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Vim +Comment= +Exec=xfce4-terminal --icon /usr/share/icons/HighContrast/256x256/apps/vim.png -T 'nvim' -e '/bin/bash -i -c "env TERM=gnome-256color screen nvr ."' --fullscreen +Icon=/usr/share/icons/HighContrast/256x256/apps/vim.png +Path= +Terminal=false +StartupNotify=false -- cgit v1.2.3