🚧 Vastly revamped nvim with fzf and ripgrep

This commit is contained in:
z3rOR0ne 2022-09-07 01:34:54 -07:00
parent 3b851eaefe
commit 22856a2223
7 changed files with 189 additions and 22 deletions

View file

@ -55,9 +55,6 @@ export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/
# Configure grep output colors
export GREP_COLORS='ms=01;34'
# Enable fuzzy file finder
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# Don't show completion until at least 1 character has been typed
zstyle ':autocomplete:*' min-input 1