aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.black.rasi1
-rwxr-xr-x.shenanigans.sh2
-rw-r--r--.vimrc1
3 files changed, 1 insertions, 3 deletions
diff --git a/.black.rasi b/.black.rasi
index ccdf986..ac7c046 100644
--- a/.black.rasi
+++ b/.black.rasi
@@ -20,7 +20,6 @@ configuration {
20prompt, inputbar, entry { 20prompt, 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
26listview { 25listview {
diff --git a/.shenanigans.sh b/.shenanigans.sh
index ba6ec63..d771d8d 100755
--- a/.shenanigans.sh
+++ b/.shenanigans.sh
@@ -4,7 +4,7 @@
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
index 8f69e76..ff6fe2a 100644
--- a/.vimrc
+++ b/.vimrc
@@ -20,7 +20,6 @@ nnoremap <C-b> :CtrlPBuffer<cr>
20nnoremap <Leader>e :nohlsearch<cr> 20nnoremap <Leader>e :nohlsearch<cr>
21nnoremap <Leader>q :ALEHover<cr> 21nnoremap <Leader>q :ALEHover<cr>
22nnoremap <Leader>w :ALEDetail<cr> 22nnoremap <Leader>w :ALEDetail<cr>
23nnoremap <Leader>gc :r !< % lazycommit<cr>
24 23
25nmap <silent> gr :ALEFindReferences<cr> 24nmap <silent> gr :ALEFindReferences<cr>
26nmap <silent> gd :ALEGoToDefinition<cr> 25nmap <silent> gd :ALEGoToDefinition<cr>