aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Morales2015-08-15 19:07:23 -0300
committerFelipe Morales2015-08-15 19:11:46 -0300
commitad9c4b5587f2e1998b42d5cbacc60f131cc965fb (patch)
treea62e39abd8764ca006eccffe22c7c07c2faa65ce
parente72f380b799ef1a7f30a3978100479060b91320c (diff)
downloadaur-ad9c4b5587f2e1998b42d5cbacc60f131cc965fb.tar.gz
add README
-rw-r--r--README.md25
-rw-r--r--screenshot.gifbin0 -> 248898 bytes
2 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..cfee6d7bcbb6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,25 @@
+# neovim-gnome-terminal-wrapper
+
+![screenshot](screenshot.gif)
+
+Wraps the neovim binary in a separate gnome-terminal session, making it
+possible to use it as a regular application (it is tracked correctly by the DE,
+it can be associated to filetypes, etc.)
+
+## Requisites
+
+* neovim
+* gnome-terminal
+* python-dbus
+
+## Setup
+
+On Arch, install `neovim-gnome-terminal-wrapper` from the AUR.
+
+Manually:
+
+~~~
+cp nvim-wrapper /usr/bin/nvim-wrapper
+cp neovim.desktop /usr/share/applications/neovim.desktop
+cp neovim.svg /usr/share/icons/neovim.svg
+~~~
diff --git a/screenshot.gif b/screenshot.gif
new file mode 100644
index 000000000000..ce9f8d34b923
--- /dev/null
+++ b/screenshot.gif
Binary files differ