diff options
| -rwxr-xr-x | .shenanigans.sh | 2 | ||||
| -rw-r--r-- | .vimrc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh index 0e59b0e..196cc84 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree | 2 | # void-repo-nonfree void-repo-multilib void-repo-multilib-nonfree |
| 3 | # file-roller xfce4-screenshooter xfce4-plugins xsetroot thunar-archive-plugin | 3 | # file-roller xfce4-screenshooter xfce4-plugins xsetroot thunar-archive-plugin |
| 4 | # clang clang-tools-extra vim stow git curl tmux hstr tree make cmake xclip | 4 | # clang clang-tools-extra vim stow git curl tmux hstr tree make cmake xclip |
| 5 | # entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync python3-pipx | 5 | # entr ack lazygit newsboat htop mc mpv cifs-utils zip rsync python3-pipx jq |
| 6 | # Additonal stuff: | 6 | # Additonal stuff: |
| 7 | # pipx install pyright | 7 | # pipx install pyright |
| 8 | # go install golang.org/x/tools/gopls@latest | 8 | # go install golang.org/x/tools/gopls@latest |
| @@ -10,6 +10,7 @@ call plug#end() | |||
| 10 | set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 path=** | 10 | set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 path=** |
| 11 | set number relativenumber autoindent cursorline ignorecase signcolumn=yes | 11 | set number relativenumber autoindent cursorline ignorecase signcolumn=yes |
| 12 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 | 12 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 |
| 13 | set hlsearch incsearch | ||
| 13 | colorscheme wildcharm | 14 | colorscheme wildcharm |
| 14 | 15 | ||
| 15 | nnoremap <C-Right> :bnext<cr> | 16 | nnoremap <C-Right> :bnext<cr> |
