vim_configurable: use gtk3 on darwin

This commit is contained in:
Daiderd Jordan
2018-08-24 00:38:12 +02:00
parent e2ef327652
commit cfc3d7c918
2 changed files with 7 additions and 2 deletions
@@ -13,7 +13,7 @@
, features ? "huge" # One of tiny, small, normal, big or huge
, wrapPythonDrv ? false
, guiSupport ? config.vim.gui or "auto"
, guiSupport ? config.vim.gui or "gtk3"
, luaSupport ? config.vim.lua or true
, perlSupport ? config.vim.perl or false # Perl interpreter
, pythonSupport ? config.vim.python or true # Python interpreter