chore: rm ripgrep config as it breaks nvim plugin

main
sudo pacman -Syu 2025-02-14 01:20:38 +07:00
parent d8101d52b5
commit 0440369a28
4 changed files with 0 additions and 16 deletions

View File

@ -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)

View File

@ -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"

View File

@ -1,6 +0,0 @@
--max-columns=120
--max-columns-preview
--context=3
--pretty
--smart-case
--engine=auto

View File

@ -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"