🚧 Vastly revamped nvim with fzf and ripgrep
This commit is contained in:
parent
3b851eaefe
commit
22856a2223
7 changed files with 189 additions and 22 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue