Add neovim configuration

This commit is contained in:
2025-01-02 04:46:02 +01:00
parent 34224deff7
commit a8c4ea36cc
5 changed files with 418 additions and 5 deletions

View File

@ -14,6 +14,11 @@ else
export SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
fi
if [ -d /opt/homebrew/opt/php@8.3 ]
then
PATH="/opt/homebrew/opt/php@8.3/bin:/opt/homebrew/opt/php@8.3/sbin:$PATH"
fi
if [ -d "$HOME/Android/Sdk" ]
then
export ANDROID_HOME="$HOME/Android/Sdk"