Neovide: how do I detect neovide

Created on 3 Jan 2020  ·  6Comments  ·  Source: Kethku/neovide

I would like to check for neovide and set appropriate settings that is only enabled in neovide.

enhancement

Most helpful comment

Fixed. A global variable 'neovide' is now defined on startup before the user config is loaded.

if exists('g:neovide')
  " do neovide specific config
endif

All 6 comments

This should be pretty easy to do. I should be able to set an option on connect which can be inspected in init scripts to do neovide specific configuration.

Fixed. A global variable 'neovide' is now defined on startup before the user config is loaded.

if exists('g:neovide')
  " do neovide specific config
endif

how to config transparency?

FullScreen can have command?------------------ 原始邮件 ------------------
发件人: "Keith Simmons"notifications@github.com
发送时间: 2020年3月10日(星期二) 下午3:43
收件人: "Kethku/neovide"neovide@noreply.github.com;
抄送: "EoE"2304228627@qq.com;"Comment"comment@noreply.github.com;
主题: Re: [Kethku/neovide] how do I detect neovide (#24)

https://github.com/Kethku/neovide/wiki/Configuration#transparency


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.

Thanks for the solution @Kethku ! If this were documented I think many people would find it easier.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

verajosemanuel picture verajosemanuel  ·  7Comments

kylechui picture kylechui  ·  3Comments

smolck picture smolck  ·  5Comments

adrian5 picture adrian5  ·  6Comments

noelzubin picture noelzubin  ·  6Comments