chore: rm ripgrep config as it breaks nvim plugin
parent
d8101d52b5
commit
0440369a28
|
@ -35,7 +35,6 @@ go build ./cmd/dot
|
|||
- [fd](https://github.com/sharkdp/fd)
|
||||
- [bat](https://github.com/sharkdp/bat)
|
||||
- [delta](https://github.com/dandavison/delta)
|
||||
- [ripgrep](https://github.com/BurntSushi/ripgrep)
|
||||
- [zellij](https://github.com/zellij-org/zellij)
|
||||
- [starship](https://github.com/starship/starship)
|
||||
- [zed](https://github.com/zed-industries/zed)
|
||||
|
|
|
@ -94,10 +94,6 @@ external = "~/.config/delta/themes/catppuccin.gitconfig"
|
|||
internal = "data/delta/themes/catppuccin.gitconfig"
|
||||
url = "https://raw.githubusercontent.com/catppuccin/delta/main/catppuccin.gitconfig"
|
||||
|
||||
[[apps.ripgrep.paths]]
|
||||
internal = "data/ripgrep"
|
||||
external = "~/.config/ripgrep"
|
||||
|
||||
[[apps.zellij.paths]]
|
||||
internal = "data/zellij"
|
||||
external = "~/.config/zellij"
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
--max-columns=120
|
||||
--max-columns-preview
|
||||
--context=3
|
||||
--pretty
|
||||
--smart-case
|
||||
--engine=auto
|
|
@ -125,11 +125,6 @@ if command -v fzf &>/dev/null; then
|
|||
source <(fzf --zsh)
|
||||
fi
|
||||
|
||||
# https://github.com/BurntSushi/ripgrep
|
||||
if command -v rg &>/dev/null; then
|
||||
export RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/ripgreprc"
|
||||
fi
|
||||
|
||||
# https://github.com/eza-community/eza
|
||||
if command -v eza &>/dev/null; then
|
||||
alias ls="eza"
|
||||
|
|
Loading…
Reference in New Issue