nvim: update

This commit is contained in:
2023-10-11 11:29:46 +03:00
parent 79eeb16be7
commit 1d791dee9b
5 changed files with 137 additions and 99 deletions

View File

@@ -49,6 +49,10 @@ export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS
--bind=ctrl-d:preview-page-down
--bind=ctrl-u:preview-page-up"
# Fix for the following error in some Ruby version
# objc[12590]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
alias ~='cd ~'
alias l='exa'
alias ls='exa'