From 2fc6e2245701c92139bb9c7455c5953f739f65ca Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 14 Mar 2025 19:05:29 +0100 Subject: Update --- .shenanigans.sh | 2 ++ .vimrc | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.shenanigans.sh b/.shenanigans.sh index 6b37525..c2ea46a 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -40,6 +40,8 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then alias tmux='tmux -u' alias server='python3 -m http.server 6969' alias newsboat='newsboat -r -u ~/.feeds.txt' + alias gg='lazygit' + alias gd='lazydocker' # Custom folder jump commands. alias p='cd ~/Vault/projects' diff --git a/.vimrc b/.vimrc index ee7b0a1..225cf3b 100644 --- a/.vimrc +++ b/.vimrc @@ -1,12 +1,13 @@ +set nocompatible + call plug#begin() - Plug 'tpope/vim-fugitive' Plug 'tpope/vim-commentary' Plug 'ctrlpvim/ctrlp.vim' Plug 'dense-analysis/ale' call plug#end() -set nocompatible laststatus=2 encoding=utf8 spelllang=en_us -set number relativenumber autoindent signcolumn=yes cursorline ignorecase +set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 +set number relativenumber autoindent cursorline ignorecase signcolumn=yes set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 colorscheme wildcharm -- cgit v1.2.3