Add neovide fork setting
This commit is contained in:
parent
3655087f63
commit
f4a9b01114
1 changed files with 2 additions and 1 deletions
|
@ -71,8 +71,9 @@ export MANPAGER="$EDITOR +\"lua require 'pager'\" +Man!"
|
||||||
export SYSTEMD_EDITOR=$EDITOR
|
export SYSTEMD_EDITOR=$EDITOR
|
||||||
export SYSTEMD_PAGER=less
|
export SYSTEMD_PAGER=less
|
||||||
|
|
||||||
# Enable multigrid for neovide
|
# neovide settings
|
||||||
export NEOVIDE_MULTIGRID=1
|
export NEOVIDE_MULTIGRID=1
|
||||||
|
export NEOVIDE_FORK=1
|
||||||
|
|
||||||
{%@@ if distro_id == "arch" or distro_id == "ubuntu" @@%}
|
{%@@ if distro_id == "arch" or distro_id == "ubuntu" @@%}
|
||||||
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue