Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2025-07-24 04:59:39 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2025-07-24 04:59:39 +0200
Commit 65f31d499b4240f885a667c7481b7721d8587188 (patch)
-rw-r--r-- .black.rasi 1
-rwxr-xr-x .shenanigans.sh 2
-rw-r--r-- .vimrc 1
3 files changed, 1 insertions, 3 deletions
diff --git a/.black.rasi b/.black.rasi
...
20
prompt, inputbar, entry {
20
prompt, inputbar, entry {
21
	text-color: white;
21
	text-color: white;
22
	padding: 0 10 10 0;
22
	padding: 0 10 10 0;
23
	text-style: bold;
  
24
}
23
}
25
  
24
  
26
listview {
25
listview {
...
diff --git a/.shenanigans.sh b/.shenanigans.sh
...
4
#   lm_sensors conky maim xlockmore rofi picom cwm xclip xsetroot st
4
#   lm_sensors conky maim xlockmore rofi picom cwm xclip xsetroot st
5
#   xss-lock wmctrl zip mc htop entr ack cifs-utils rsync xdotool jq
5
#   xss-lock wmctrl zip mc htop entr ack cifs-utils rsync xdotool jq
6
#   clang clang-tools-extra vim git curl tmux hstr tree make cmake
6
#   clang clang-tools-extra vim git curl tmux hstr tree make cmake
7
#   stow newsboat mpv cifs-utils rsync python3-pipx lazygit
7
#   stow newsboat mpv rsync python3-pipx lazygit
8
# Additonal stuff:
8
# Additonal stuff:
9
#   pipx install pyright
9
#   pipx install pyright
10
#   go install golang.org/x/tools/gopls@latest
10
#   go install golang.org/x/tools/gopls@latest
...
diff --git a/.vimrc b/.vimrc
...
20
nnoremap <Leader>e :nohlsearch<cr>
20
nnoremap <Leader>e :nohlsearch<cr>
21
nnoremap <Leader>q :ALEHover<cr>
21
nnoremap <Leader>q :ALEHover<cr>
22
nnoremap <Leader>w :ALEDetail<cr>
22
nnoremap <Leader>w :ALEDetail<cr>
23
nnoremap <Leader>gc :r !< % lazycommit<cr>
  
24
  
23
  
25
nmap <silent> gr :ALEFindReferences<cr>
24
nmap <silent> gr :ALEFindReferences<cr>
26
nmap <silent> gd :ALEGoToDefinition<cr>
25
nmap <silent> gd :ALEGoToDefinition<cr>
...