enable true colour in nvim
This commit is contained in:
parent
b5ca49627c
commit
a8f3e416a8
|
@ -130,6 +130,8 @@ if type emacsclient >& - \
|
|||
alias $(command -v emacsremote)="TERM=${TERM%-*}-direct $(command -v emacsremote)"
|
||||
fi
|
||||
|
||||
[[ ${COLORTERM} == *(truecolor|24bit)* ]] && export NVIM_TUI_ENABLE_TRUE_COLOR=1
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
|
||||
case ${TERM} in
|
||||
|
|
Loading…
Reference in New Issue
Block a user