commit 905ded7906bb39723f05ed677fdbf90065ebb920 from: Thomas Böhler date: Wed Oct 8 18:42:36 2025 UTC vim: undodir, termguicolors Signed-off-by: Thomas Böhler commit - 0f80efa6d9d2ad6f836c96fa1eb7db62791256e1 commit + 905ded7906bb39723f05ed677fdbf90065ebb920 blob - 5b63fbc1e1df4296ea891d5ce5233bc78ff9c70b blob + d22fb3eede670c18a15bf4e32308253926b6d69b --- vim/.vimrc +++ vim/.vimrc @@ -1,6 +1,12 @@ -set noswapfile - set termguicolors +set nocompatible +set noswapfile +set undodir=$HOME/.vim/undo + +if has('termguicolors') + set termguicolors +endif + syntax enable filetype plugin indent on