feat(nvim): move nvr symlink to nvim repository
This commit is contained in:
parent
854865ffc2
commit
1775912d38
9
.zshrc
9
.zshrc
@ -166,13 +166,12 @@ alias ls='exa --icons --no-permissions --no-user'
|
||||
alias make='colormake-short'
|
||||
|
||||
# Neovim — nvim
|
||||
local nvim_python=($HOME/.config/nvim/.direnv/python-3*(om))
|
||||
nvim_python=$nvim_python[1]
|
||||
|
||||
# Use `export NVIM=$(nvr --serverlist | fzf)` to choose existing instance
|
||||
alias nvr="${nvim_python}/bin/nvr"
|
||||
#
|
||||
# To choose an existing instance for nvr, use:
|
||||
# `export NVIM=$(nvr --serverlist | fzf --exit-0 --select-1) && echo $NVIM`
|
||||
alias vi='nvim'
|
||||
|
||||
|
||||
# Debian Specific:
|
||||
# sudo dpkg-divert --divert /usr/bin/fd --rename /usr/bin/fdfind
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user