Fix minor issues with vim and zsh

This commit is contained in:
2026-04-14 22:41:40 -07:00
parent 7d3910024b
commit 4c641c4435
5 changed files with 18 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ endif
" enable syntax highlighting
syntax enable
filetype plugin indent on
colorscheme molokai
colorscheme rosepine
highlight Comment ctermfg=blue " make comments readable
set autoindent
set autoread " reload files when changed on disk, i.e. via `git checkout`