parent
4d94ff506e
commit
be3a4af4e3
3 changed files with 6 additions and 10 deletions
|
@ -8,12 +8,12 @@ au BufWrite * :Autoformat
|
||||||
" let g:autoformat_verbosemode=1
|
" let g:autoformat_verbosemode=1
|
||||||
|
|
||||||
" searching
|
" searching
|
||||||
let $FZF_DEFAULT_COMMAND = 'rga --files --no-messages "" .'
|
let $FZF_DEFAULT_COMMAND = 'rg --files --no-messages "" .'
|
||||||
set grepprg=rga\ --vimgrep
|
set grepprg=rg\ --vimgrep
|
||||||
let g:fzf_command_prefix = 'Fzf'
|
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_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
|
" rainbow
|
||||||
let g:rainbow_active = 1
|
let g:rainbow_active = 1
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
../../git
|
../../git
|
||||||
../../gnome
|
../../gnome
|
||||||
../../gui
|
../../gui
|
||||||
../../helix
|
|
||||||
../../kitty
|
../../kitty
|
||||||
../../libvirt.nix
|
../../libvirt.nix
|
||||||
../../mercurial
|
../../mercurial
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
gnome-screenshot
|
gnome-screenshot
|
||||||
gparted
|
gparted
|
||||||
inkscape
|
inkscape
|
||||||
kdenlive
|
kdePackages.kdenlive
|
||||||
koreader
|
koreader
|
||||||
krusader
|
krusader
|
||||||
libreoffice
|
libreoffice
|
||||||
|
@ -81,9 +81,6 @@
|
||||||
++ (with nixpkgs-nixos-unstable; [thunderbird])
|
++ (with nixpkgs-nixos-unstable; [thunderbird])
|
||||||
++ [nixpkgs-nixos-stable-and-unfree.discord]
|
++ [nixpkgs-nixos-stable-and-unfree.discord]
|
||||||
++ (with nixpkgs-nixos-unstable-and-unfree; [
|
++ (with nixpkgs-nixos-unstable-and-unfree; [
|
||||||
hopper
|
]);
|
||||||
jetbrains.rust-rover
|
|
||||||
jetbrains.clion
|
|
||||||
]);
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue