added gui

This commit is contained in:
Scott Graves 2022-08-01 11:15:00 -05:00
parent 13eb4cf3b9
commit a90b7e4e49

View File

@ -0,0 +1,5 @@
local M = {}
M.is_gui = vim.g.GuiLoaded == 1 or vim.g.neovide
return M