aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Kojouharov2015-08-19 13:56:32 +0300
committerViktor Kojouharov2015-08-19 13:56:32 +0300
commitb25d93a97d310a45122ebdaa3521d9f34916ac61 (patch)
treef239bde5da53355164a7a7e9c9cf48036377f597
parentad9c4b5587f2e1998b42d5cbacc60f131cc965fb (diff)
downloadaur-b25d93a97d310a45122ebdaa3521d9f34916ac61.tar.gz
Set true color by default
Enable true colors since gnome-terminal supports rgb
-rw-r--r--neovim.desktop2
1 files changed, 1 insertions, 1 deletions
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