nvim, zshrc, oh-my-zsh config update

This commit is contained in:
maddiebaka
2023-06-16 11:46:24 -04:00
parent 9da067ae90
commit ed72b5ab86
4 changed files with 22 additions and 4 deletions

View File

@@ -3,10 +3,10 @@ set showmatch
set ignorecase
set hlsearch
set incsearch
set tabstop=4
set softtabstop=4
set tabstop=2
set softtabstop=2
set expandtab
set shiftwidth=4
set shiftwidth=2
set autoindent
set number
set wildmode=longest,list