diff --git a/.gitconfig b/.gitconfig index 4d3819b98cc343647bba801a07040c208bc3e77c..c891552c18899a9ae39a43a93b1b0d3cbdd55ec2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,6 +6,7 @@ [core] editor = vim [commit] gpgsign = true + verbose = true [tag] gpgsign = true [alias] diff --git a/.shenanigans.sh b/.shenanigans.sh index c2ea46ab6ab031c10599f34b4397219a09d7dc36..91fa9e10f0b258b8b4033a24df2211de7c3e9318 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -1,7 +1,7 @@ # Software list: # git gcc make cmake busybox cifs-utils tree hstr curl -# s3cmd xmlstarlet htop nvtop tmux xclip mc jq pipx -# stow rsync entr vim xxd sbcl rlwrap newsboat tig +# s3cmd xmlstarlet htop nvtop tmux xclip jq pipx newsboat +# stow rsync entr vim vifm xxd sbcl rlwrap tig # clang clang-tidy clang-tools-extra clangd clang-analyzer # Additonal stuff: # pipx install pyright diff --git a/.vimrc b/.vimrc index 225cf3b6bfb49bf16f9c247b4888f1a2abc35ca2..283f09fa59f3ea018319f252a2951768c752e7ff 100644 --- a/.vimrc +++ b/.vimrc @@ -15,18 +15,18 @@ nnoremap :bnext nnoremap :bprevious nnoremap :copen nnoremap :CtrlPBuffer +nnoremap e :nohlsearch nnoremap q :ALEHover nnoremap w :ALEDetail -nnoremap e :nohlsearch +nnoremap gc :r !< % lazycommit nmap gr :ALEFindReferences nmap gd :ALEGoToDefinition nmap re :ALERename +let g:ctrlp_use_caching = 0 let g:ale_completion_enabled = 0 let g:ale_hover_to_floating_preview = 1 let g:ale_detail_to_floating_preview = 1 let g:ale_virtualtext_cursor = 0 let g:ale_set_quickfix = 1 -let g:ctrlp_use_caching = 0 -let g:ale_linters = { 'c': ['clangd'] }