aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Morales2015-08-19 19:54:54 -0300
committerFelipe Morales2015-08-19 19:54:54 -0300
commit67d2e4f65ec689947436372f863a6b8d18e1bbe0 (patch)
treea86d0bc67f569c67bd207fe0b0bdcdac6efb1837
parentad9c4b5587f2e1998b42d5cbacc60f131cc965fb (diff)
parentf3d8b26bfe526addfe4e254527ecdf60e14da069 (diff)
downloadaur-67d2e4f65ec689947436372f863a6b8d18e1bbe0.tar.gz
Merge pull request #1 from urandom/patch-1
Set true color by default
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--neovim.desktop2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 388bea924cd8..ccb7e7218205 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = neovim-gnome-terminal-wrapper
pkgdesc = A wrapper for running neovim in a separate instance of gnome-terminal
pkgver = 1
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/fmoralesc/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index fb29744c9aee..d6b63f984669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felipe Morales <hel.sheep@gmail.com>
pkgname=neovim-gnome-terminal-wrapper
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc="A wrapper for running neovim in a separate instance of gnome-terminal"
arch=(any)
url="http://github.com/fmoralesc/"
diff --git a/neovim.desktop b/neovim.desktop
index 6332f1b8403c..604985dae3a2 100644
--- a/neovim.desktop
+++ b/neovim.desktop
@@ -3,7 +3,7 @@ Version=1.0
Type=Application
Name=Neovim
Icon=neovim
-Exec=nvim-wrapper %F
+Exec=env NVIM_TUI_ENABLE_TRUE_COLOR=1 nvim-wrapper %F
NoDisplay=false
Categories=X-GNOME-Other;
StartupNotify=false