update foryog

This commit is contained in:
Cyryl Płotnicki 2025-03-16 08:55:30 +00:00
parent 4d94ff506e
commit be3a4af4e3
3 changed files with 6 additions and 10 deletions

View file

@ -8,12 +8,12 @@ au BufWrite * :Autoformat
" let g:autoformat_verbosemode=1
" searching
let $FZF_DEFAULT_COMMAND = 'rga --files --no-messages "" .'
set grepprg=rga\ --vimgrep
let $FZF_DEFAULT_COMMAND = 'rg --files --no-messages "" .'
set grepprg=rg\ --vimgrep
let g:fzf_command_prefix = 'Fzf'
command! -bang -nargs=* Find call fzf#vim#grep('rga --column --line-number --no-heading --fixed-strings --ignore-case --no-ignore --hidden --follow --glob "!.git/*" --color "always" '.shellescape(<q-args>), 1, <bang>0)
command! -bang -nargs=* Find call fzf#vim#grep('rg --column --line-number --no-heading --fixed-strings --ignore-case --no-ignore --hidden --follow --glob "!.git/*" --color "always" '.shellescape(<q-args>), 1, <bang>0)
let g:ctrlp_show_hidden = 1
let g:ctrlp_user_command = 'rga %s --files --hidden --color=never --glob ""'
let g:ctrlp_user_command = 'rg %s --files --hidden --color=never --glob ""'
" rainbow
let g:rainbow_active = 1

View file

@ -16,7 +16,6 @@
../../git
../../gnome
../../gui
../../helix
../../kitty
../../libvirt.nix
../../mercurial

View file

@ -43,7 +43,7 @@
gnome-screenshot
gparted
inkscape
kdenlive
kdePackages.kdenlive
koreader
krusader
libreoffice
@ -81,9 +81,6 @@
++ (with nixpkgs-nixos-unstable; [thunderbird])
++ [nixpkgs-nixos-stable-and-unfree.discord]
++ (with nixpkgs-nixos-unstable-and-unfree; [
hopper
jetbrains.rust-rover
jetbrains.clion
]);
]);
};
}